Discuss this help topic in SecureBlackbox Forum
Contains header field comments.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum