放大镜站内搜索:


您现在的位置:首页 > 电脑 > 应用技巧 > 正文
W3 Jmail中文使用说明
学生王国 ∥ http://www.xswg.com 更新时间:2006年11月23日 调整字体:

W3 Jmail 使用说明

  jmail.smtpmail

    Body : String
        (v3.0)
        信件体,正文,使用AppendText追加内容
        如:JMail.Body = "Hello world"
    Charset : String
        (v3.0)
        字符集,缺省为"US-ASCII"
        如:JMail.Charset = "US-ASCII"

    ContentTransferEncoding : String
        (v3.0)
        指定内容传送时的编码方式,缺省是"Quoted-Printable"
        如:JMail.ContentTransferEncoding = "base64"

    ContentType : String
        (v3.0)
        信件的contentype. 缺省是"text/plain",但是可以设置为其他你想要的类型.
        如果你以HTML格式发送邮件, 改为"text/html"即可。
        如:JMail.ContentType = "text/html"
    DeferredDelivery : Date
        (v3.0)
        设置延期发送. 如果邮件服务器支持的话,消息到了这个时间才会发送
        如:(Javascript)JMail.DeferredDelivery = new Date( 2000, 02, 17 ).getVarDate();
    Encoding : String
        (v3.0)
        这个属性可以用来改变附件编码方式(缺省是"base64). 可以选择使用的是"base64", "uuencode" or "quoted-printable"
        如:JMail.Encoding = "base64"
    ErrorCode : Integer
        (v3.0)
        如果JMail.silent设置为true,ErrorCode包含的是错误代码
        如:Response.Write( JMail.ErrorCode );
    ErrorMessage : String
        (v3.0)
        如果JMail.silent设置为true,包含的是错误信息
        如:Response.Write( JMail.ErrorMessage );
    ErrorSource : String
        (v3.0)
        Contains the error source if JMail.silent is set to true
        如:Response.Write( JMail.ErrorSource );    
    ISOEncodeHeaders : Boolean
        (v3.0)
        是否将信头编码成iso-8859-1字符集. 缺省是true
        如:JMail.ISOEncodeHeaders = false
    Lazysend : Boolean
        (v3.0)

        这个属性指定Jmail是否一直等到mail发送了然后返回,或者缓冲这条消息然后在后台发送。

5共  1 2 3 4 5 下一页


相关链接
来自:Leadbbs
编辑:
浏览:
评论查看全部评论
您的评论
姓名:
请您注意:
1.请遵守《中国互联网行业自律条款》及中华人民共和国其他各项有关法律法规。
2.严禁发表危害国家安全、损害国家利益、破坏民族团结、破坏国家宗教政策、破坏社会稳定、侮辱、诽谤、教唆、淫秽等内容的评论 。
3.用户需对自己在使用本站服务过程中的行为承担法律责任(直接或间接导致的)。
4.本站管理员有权保留或删除评论内容。
评论内容只代表网友个人观点,与本网站立场无关。