Discuss this help topic in SecureBlackbox Forum
Specifies the value of the "Content-Disposition:" header field.
Declaration
[C#/Java]
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)
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.
Discuss this help topic in SecureBlackbox Forum