Discuss this help topic in SecureBlackbox Forum
This property specifies the identifier of the message content.
Declaration
[C#]
byte[] ContentIdentifier;
[VB.NET]
Property ContentIdentifier As Byte()
[Pascal]
property ContentIdentifier : ByteArray;
[C++]
void get_ContentIdentifier(std::vector<uint8_t> &OutResult);
void set_ContentIdentifier(const std::vector<uint8_t> &Value);
[PHP]
string get_ContentIdentifier()
void set_ContentIdentifier(array of byte|string|NULL $Value)
Parameters
Description
Use this property to specify the identifier of the message content.
Discuss this help topic in SecureBlackbox Forum