CDONTS.NewMail 的成员(方法、属性…)
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.
Property Subject As String
只写
邮件主题
Mail subject
Property To As String
只写
收件人地址
Comma Separated list of To recipients
Property value(ByVal bstrHeader As String) As String
只写
邮件头文件
Arbitrary mail header value
Property Version As String
只读
发送邮件的组件版本号
The Version property returns the version number of the Collaboration Data Objects Library.
版权声明:
作者:Kiyo
链接:https://www.wkiyo.cn/html/2008-01/i20.html
来源:Kiyo's space
文章版权归作者所有,未经允许请勿转载。
共有 0 条评论