Discuss this help topic in SecureBlackbox Forum

TElMessage.Comments

TElMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains any additional information about message body.

Declaration

[C#]
    string Comments;

[VB.NET]
    Property Comments As String

[Pascal]
    property Comments : TString;
    public function SetComments(const Comments: TString): TElMessageHeaderField;

[C++]
    void get_Comments(sb_u16string &OutResult);
    void get_Comments(std::wstring &OutResult);

[PHP]
    string get_Comments()

[Java]
    String getComments();
    TElMessageHeaderField setComments(String AComments);

Parameters

  • Comments - comment for human reader.
  • AComments -

Description

    Use this property to add some comments for message readers.
     Note, this property is read-only. Use SetComments method to set its value.

See also:     Keywords     Subject    

Discuss this help topic in SecureBlackbox Forum