Discuss this help topic in SecureBlackbox Forum
Specifies display name that could be displayed to the user of a mail application.
Declaration
[VB.NET]
Property Alias As String
[Pascal]
property Alias : TString;
[C++]
void get_Alias(sb_u16string &OutResult);
void get_Alias(std::wstring &OutResult);
void set_Alias(const sb_u16string &Value);
void set_Alias(const std::wstring &Value);
[PHP]
string get_Alias()
void set_Alias(string $Value)
[Java]
String getAlias();
void setAlias(String Value);
Description
Use this property to get/set display name that indicates the name of the recipient and can be displayed to the user of the mail application.
Discuss this help topic in SecureBlackbox Forum