Discuss this help topic in SecureBlackbox Forum
Returns object's MIME type.
Declaration
[C#/Java]
string MimeType;
[VB.NET]
Property MimeType As String
[Pascal]
property MimeType: string;
[C++]
void get_MimeType(std::string &OutResult);
[PHP]
string get_MimeType()
Description
Use this property to get the MIME type of the object.
Discuss this help topic in SecureBlackbox Forum