- 帖子
- 1023
- 积分
- 3120
- 技术
- 230
- 捐助
- 160
- 注册时间
- 2010-12-22
|
[网络工具] Mapisend - 通过 Outlook 发送邮件
我这台电脑上很奇怪,不能使用 Outlook.Application。于是找到了 Mapisend 这个工具来发送邮件。
用法:
C:\>Mapisend
Send MAPI messages from Win32 command line.
Usage: mapisend -r {-u -p} or {-i} [-c][-s][-m][-t][-f][-l][-v][-?]
Where...
-u profile name (user mailbox) of sender
-p login password
-i interactive login (prompts for profile and password)
-r recipient(s) (multiples must be separated by ';' and
must not be ambiguous in default address book.)
-c specifies mail copy list (cc: list)
-s subject line
-m specifies contents of the mail message
-t specifies text file for contents of the mail message
-f path and file name(s) to attach to message
-l path and file name to the batch output log file
-v generates verbose output
-? prints this message
To use a space in the command line please surround the
setting with double quote marks. Example:
mapisend -i -r AlysonB;EugeneC -s "Test Message"
C:\>
示例:Mapisend -u 邮件地址 -p 密码 -r 收件人邮箱1;收件人邮箱2 -s "主题" -t "内容.txt" -f "C:\附件 1.rar;C:\附件2.rar"
http://bcn.bathome.net/s/tool/index.html?key=Mapisend |
|