Discuss this help topic in SecureBlackbox Forum
This property describes the message content.
Declaration
[C#]
string ContentDescription;
[VB.NET]
Property ContentDescription As String
[Pascal]
property ContentDescription : string;
[C++]
void get_ContentDescription(std::string &OutResult);
void set_ContentDescription(const std::string &Value);
[PHP]
string get_ContentDescription()
void set_ContentDescription(string $Value)
[Java]
String getContentDescription();
void setContentDescription(String Value);
Description
ContentDescription field may contain information which may help
application to choose messages for processing, such as message subject, etc.
Discuss this help topic in SecureBlackbox Forum