Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEAttachment.ContentId

TElSimpleMIMEAttachment     See also     


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


Specifies the "Content-ID:" header field.

Declaration

[C#]
    string ContentId;

[VB.NET]
    Property ContentId As String

[Pascal]
    property ContentId: string;

[C++]
    void get_ContentId(std::string &OutResult);
    void set_ContentId(const std::string &Value);

[PHP]
    string get_ContentId()
    void set_ContentId(string $Value)

[Java]
    String getContentId();
    void setContentId(String Value);

Description

    Use this property to specify the "Content-ID:" header field.
This field contains an unique identifier of the attachment.

See also:     ContentStream    

Discuss this help topic in SecureBlackbox Forum