Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.Comments

TElMessageHeaderField     See also     


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


Contains header field comments.

Declaration

[C#]
    string Comments;

[VB.NET]
    Property Comments As String

[Pascal]
    property Comments : TString;

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

[PHP]
    string get_Comments()
    void set_Comments(string $Value)

[Java]
    String getComments();
    void setComments(String AValue);

Description

    Use this property to manipulate header field comments.

See also:     Body     Comments     Name    

Discuss this help topic in SecureBlackbox Forum