18539.html

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

HTML
23
字号
<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 dino on September 06, 1999 at 19:52:48:<p>In Reply to: <a href="18517.html">Re: ●●●如何在VB传mail,并带上attachment</a> posted by Buier on September 06, 1999 at 14:12:25:<p>Blat.exe BLAT.ZIP -s "file to gil" -t foo@bar.com -base64<br>// Sends the binary file BLAT.ZIP to Gilles in MIME Base 64 format<p>Blat.exe BLAT.ZIP -s "file to gil" -t foo@bar.com -uuencode<br>// Sends the binary file BLAT.ZIP to Gilles in the old UUEncode format<p>Blat myfile.txt -s "oumpla" -t foo@bar.com -attach c:\myfolder\*.txt<p>download下来,里面readme.txt有详细说明<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18539--></ul><!--end: 18539--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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