CDONTS.NewMail 的成员(方法、属性…)

    技术2022-05-11  144

     CDONTS.NewMail 的成员方法、属性…)

     

    无尾虾  http://jiuyong.unmean.net

     

    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.

     

    动力源泉 魅力永久


    最新回复(0)