18557.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: ●●●如何在VB传mail,并带上attachment</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: ●●●如何在VB传mail,并带上attachment</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by smith on September 07, 1999 at 08:08:02:<p>In Reply to: <a href="18492.html">●●●如何在VB传mail,并带上attachment</a> posted by dino on September 06, 1999 at 02:22:36:<p>: 看好多人有这个需要<br>: 我用过四种方式.其中一种用ocx,一种用dll,两种用shell<br>: 用start mailto并不是好方式,你并不知道outlook有无设定好.<p>: 先说一种最简单的.<br>: 使用shell去呼叫blat.exe<br>: blat.exe接受command line指令<br>: 例如:shell("c:\Blat.exe myfile.txt -s ""A file for pedro"" -t foo@bar.com")<br>: 会发出 主题"A file for ..." 给foo@bar.com 并带上attachment<p>: 可到以下去download<br>: http://pages.infinit.net/che/blat/blat184.zip<br>: 如果你对C有兴趣,blat也有source code<p>: 其他再聊.<br>可否请问 dll 的方法是什么???ocx 是vb内的smtp吗??<br>谢谢!!<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18557--><!--top: 18568--><li><a href="18568.html">Re: ●●●如何在VB传mail,并带上attachment</a> <b>dino</b> <i>10:39:59 9/07/99</i>(<!--responses: 18568-->0)<ul><!--insert: 18568--></ul><!--end: 18568--></ul><!--end: 18557--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?