Discuss this help topic in SecureBlackbox Forum
Contains the mime-type [RFC1521] string.
Declaration
[VB.NET]
Property MimeType As String
[Pascal]
property MimeType : string;
[C++]
void get_MimeType(std::string &OutResult);
void set_MimeType(const std::string &Value);
[PHP]
string get_MimeType()
void set_MimeType(string $Value)
[Java]
String getMimeType();
void setMimeType(String Value);
Description
This property contains the mime-type [RFC1521] string.
Most servers will not know this information and should not set the bit in
their supported-attribute-mask.
Discuss this help topic in SecureBlackbox Forum