Discuss this help topic in SecureBlackbox Forum
Specifies the content type of the inner content of the CMS message.
Declaration
[C#/Java]
byte[] ContentType;
[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)
Description
Use this property to get or set the OID of the content type of the CMS message.
Discuss this help topic in SecureBlackbox Forum