Discuss this help topic in SecureBlackbox Forum
Specifies type of the message content.
Declaration
[VB.NET]
Property ContentType As Byte()
[Pascal]
property ContentType : ByteArray;
[C++]
void get_ContentType(std::vector<uint8_t> &OutResult);
void set_ContentType(const std::vector<uint8_t> &Value);
[PHP]
string get_ContentType()
void set_ContentType(array of byte|string|NULL $Value)
[Java]
byte[] getContentType();
void setContentType(byte[] Value);
Description
Use this property to get or set the string specifying message content type.
Discuss this help topic in SecureBlackbox Forum