Discuss this help topic in SecureBlackbox Forum
Contains header field value.
Declaration
[VB.NET]
Property Value As String
[Pascal]
property Value : TString;
[C++]
void get_Value(sb_u16string &OutResult);
void get_Value(std::wstring &OutResult);
void set_Value(const sb_u16string &Value);
void set_Value(const std::wstring &Value);
[PHP]
string get_Value()
void set_Value(string $Value)
[Java]
String getValue();
void setValue(String AValue);
Description
Use this property to manipulate value of the header field. Value is a part of
Body.
Discuss this help topic in SecureBlackbox Forum