Discuss this help topic in SecureBlackbox Forum
Represents the comment text with @mentions included.
Declaration
[C#]
string TaggedMessage;
[VB.NET]
Property TaggedMessage As String
[Pascal]
property TaggedMessage: string;
[C++]
void get_TaggedMessage(std::string &OutResult);
[PHP]
string get_TaggedMessage()
[Java]
String getTaggedMessage();
Description
Use this property to get the comment's text representation with @mentions included in format @[id:username].
Discuss this help topic in SecureBlackbox Forum