Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEAttachment.ContentType

TElSimpleMIMEAttachment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies type of the attachment content.

Declaration

[C#]
    string ContentType;

[VB.NET]
    Property ContentType As String

[Pascal]
    property ContentType: string;

[C++]
    void get_ContentType(std::string &OutResult);
    void set_ContentType(const std::string &Value);

[PHP]
    string get_ContentType()
    void set_ContentType(string $Value)

[Java]
    String getContentType();
    void setContentType(String Value);

Description

    Use this property to specify the type of the attachment content.
The ContentType corresponds to the MIME "Content-Type:" header field which is used to specify type and subtype of the message content.

See also:     ContentId    

Discuss this help topic in SecureBlackbox Forum