18492.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 38 行

HTML
38
字号
<html>  <head>    <title>●●●如何在VB传mail,并带上attachment</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>●●●如何在VB传mail,并带上attachment</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>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><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18492--><!--top: 18557--><li><a href="18557.html">Re: ●●●如何在VB传mail,并带上attachment</a> <b>smith</b> <i>08:08:02 9/07/99</i>(<!--responses: 18557-->1)<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--><!--top: 18517--><li><a href="18517.html">Re: ●●●如何在VB传mail,并带上attachment</a> <b>Buier</b> <i>14:12:25 9/06/99</i>(<!--responses: 18517-->1)<ul><!--insert: 18517--><!--top: 18539--><li><a href="18539.html">Re: ●●●如何在VB传mail,并带上attachment</a> <b>dino</b> <i>19:52:48 9/06/99</i>(<!--responses: 18539-->0)<ul><!--insert: 18539--></ul><!--end: 18539--></ul><!--end: 18517--></ul><!--end: 18492--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?