Discuss this help topic in SecureBlackbox Forum

TElMailAddress.Alias

TElMailAddress     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies display name that could be displayed to the user of a mail application.

Declaration

[C#]
    string Alias;

[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.

See also:     Address     IsAlias    

Discuss this help topic in SecureBlackbox Forum