Discuss this help topic in SecureBlackbox Forum
This property specifies the type of 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)
Parameters
Description
Use this property to get or set the string, specifying message content type.
Discuss this help topic in SecureBlackbox Forum