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