Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEAttachment.ContentDisposition

TElSimpleMIMEAttachment     See also     


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


Specifies the value of the "Content-Disposition:" header field.

Declaration

[C#]
    string ContentDisposition;

[VB.NET]
    Property ContentDisposition As String

[Pascal]
    property ContentDisposition: string;

[C++]
    void get_ContentDisposition(std::string &OutResult);
    void set_ContentDisposition(const std::string &Value);

[PHP]
    string get_ContentDisposition()
    void set_ContentDisposition(string $Value)

[Java]
    String getContentDisposition();
    void setContentDisposition(String Value);

Description

    Use this property to specify the "Content-Disposition" MIME header field. If the MIME message includes an attached file, the file's original name is specified with the "Content-disposition:" header field.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum