Discuss this help topic in SecureBlackbox Forum
Specifies mail address.
Declaration
[VB.NET]
Property Address As String
[Pascal]
property Address : TString;
[C++]
void get_Address(sb_u16string &OutResult);
void get_Address(std::wstring &OutResult);
void set_Address(const sb_u16string &Value);
void set_Address(const std::wstring &Value);
[PHP]
string get_Address()
void set_Address(string $Value)
Parameters
Description
Use this property to get/set mail address value.
Discuss this help topic in SecureBlackbox Forum