Sub AttachFile(ByVal Source, [ByVal FileName], [ByVal EncodingMethod])
文件附件
Attaches a file to the mail
Sub AttachURL(ByVal Source, ByVal ContentLocation, [ByVal ContentBase], [ByVal EncodingMethod])
URL 地址附件
Attaches a file or data as a URL
Property Bcc As String
只写
密件抄送
Comma separated list of Bcc recipients
Property Body As Variant
只写
文本或HTML格式的邮件主体
Text or HTML formatted mail body
Property BodyFormat As Long
只写
邮件体格式
Body format
Property Cc As String
只写
抄送
Comma separated list of Cc recipients
Property ContentBase As String
只写
URL附件的根地址
Base URL to the body in mail with URL attachments
Property ContentLocation As String
只写
URL附件的内容地址
URL to the body in mail with URL attachments
Property From As String
只写
来自(回复地址)
From address for mail
Property Importance As Long
只写
紧急程度(低,普通,紧急)
Mail importance, low, normal or high
Property MailFormat As Long
只写
邮件格式
Mail format
Sub Send([ByVal From], [ByVal To], [ByVal Subject], [ByVal Body], [ByVal Importance])
发送
Sends the mail
Sub SetLocaleIDs(ByVal CodePageID As Long)
设置区域ID码
The SetLocaleIDs method sets the Codepage ID for the new message.