Discuss this help topic in SecureBlackbox Forum
Specifies contents of the "Subject:" header field.
Declaration
[VB.NET]
Property Subject As String
[Pascal]
property Subject: WideString;
[C++]
void get_Subject(sb_u16string &OutResult);
void get_Subject(std::wstring &OutResult);
void set_Subject(const sb_u16string &Value);
void set_Subject(const std::wstring &Value);
[PHP]
string get_Subject()
void set_Subject(string $Value)
[Java]
String getSubject();
void setSubject(String Value);
Description
Use this property to manipulate the message subject.
Discuss this help topic in SecureBlackbox Forum