【www.gdgbn.com--申请书】

对象的属性及方法:
所有代码段都必须调用该语句
set pop3 = Server.CreateObject("zakspop3.Server")
Property : mailServerHost : the IP Address of the POP3 Server.
属性: mailServerHost : POP3服务器的IP地址
Property : mailAccount : The username of the POP3 mailbox.
属性: mailAccount :POP3邮箱的用户名
Property : mailPassword : The password of the mailbox. 属性:mailPassword:邮箱的密码
Property : mailPort : default to 110, the standard port for the POP3 protocol
属性: mailPort : 默认值为110,POP3协议的标准端口
Property : errorString : An error description, should an error occur.
属性: errorString :错误发生后的错误描述
Property : useUIDL : set to true to enable UIDL support (defaults to false).
属性: useUIDL :值为真时,支持UIDL,默认值为假
Function : Login : Attempt to connect to the mailserver & mailbox, return true for success, false for error
函数: Login :和邮件服务器及邮箱建立连接,连接成功返回True,出错时返回False
Function : FetchHeaders : Get the current message headers from the mailserver
函数: FetchHeaders :从邮件服务器读取邮件标头
Function : Delete(msgID) : Deletes the specified message from the mailserver
函数: Delete(msgID) :从邮件服务器删除指定邮件
Collection : Messages : returns a collection of message objects (FetchHeaders must have been called first)
函数: Messages :返回一个message对象集合(之前必须先调用FetchHeaders.
Message Object
Property : Date : the date the message was sent
属性:: Date :邮件发送的日期
Property : To : who the message is to
属性:To:邮件的接收人
Property : From : who the message is from
属性:From:邮件的发送人
Property : Subject : the message subject
属性:Subject:邮件主题
Property : ReplyTo : the replyTo email address, if one was specified
属性:ReplyTO:如果指定了是回复信件,该属性返回回复信件的地址
Property : ReturnPath : the supplied return path (or reply address)

本文来源:http://www.gdgbn.com/fanwenwang/3224/