站内搜索
分类列表
本类阅读排行
本类推荐文章
- ASP技巧:让Len,Left,Right函数识...
- 用ASP实现IE地址栏参数的判断
- 如何实现ASP.NET网站个性化
- 如何在Asp.net中使用HtmlArea编辑...
- 用ASP.Net实现在线压缩和解压缩
- ASP实现不存在的网页就自动发送邮...
- 用ASP取出HTML里面的图片地址的函...
- asp.net跳转页面的三种方法比较
- 一个Winsock组件
- 用WinSock设计Chat程序(转)
- 在MFC应用中深入定制WebBrowser控...
- 这几天有人问关于编应.dll的问题,...
- 在Visual J++中编写ASP COM组件(转...
- 一个显示Grid的VBScript对象
- 好东西,快来看呀:(转载自中华网...
广告
CDONTS.NewMail 的成员(方法、属性…)
作者: 来源: 点击: 日期:2007-4-18 23:40:45
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.
我知道,我翻译的蹩脚,可是没办法,谁叫咱E文这么菜呢?
做菜鸟当然不甘心,做大虾又有太多的不完美(什么不完美?就是低能嘛!没关系,你是低能儿,地球人都知道!)。诶!没办法,只好自做一只无尾虾!
文件附件
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.
我知道,我翻译的蹩脚,可是没办法,谁叫咱E文这么菜呢?
做菜鸟当然不甘心,做大虾又有太多的不完美(什么不完美?就是低能嘛!没关系,你是低能儿,地球人都知道!)。诶!没办法,只好自做一只无尾虾!
CDONTS.NewMail 的成员(方法、属性…) 评论
