Discuss this help topic in SecureBlackbox Forum
Specifies message ID.
Declaration
[VB.NET]
Property ID As String
[Pascal]
property ID : string;
[C++]
void get_ID(std::string &OutResult);
void set_ID(const std::string &Value);
[PHP]
string get_ID()
void set_ID(string $Value)
[Java]
String getID();
void setID(String Value);
Description
This property contains the ID of the message.
Discuss this help topic in SecureBlackbox Forum