Message Email2DisplayName Property | MSG .NET Class Library |
Contains the display name of the second e-mail address for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Email2DisplayName { get; set; }
public string Email2DisplayName { get; set; }
Public Property Email2DisplayName As String Get Set
Public Property Email2DisplayName As String Get Set
Dim instance As Message Dim value As String value = instance.Email2DisplayName instance.Email2DisplayName = value
Dim instance As Message Dim value As String value = instance.Email2DisplayName instance.Email2DisplayName = value
/** @property */ public String get_Email2DisplayName() /** @property */ public void set_Email2DisplayName(String value)
/** @property */ public String get_Email2DisplayName() /** @property */ public void set_Email2DisplayName(String value)
function get Email2DisplayName () : String function set Email2DisplayName (value : String)
function get Email2DisplayName () : String function set Email2DisplayName (value : String)
function get_Email2DisplayName(); function set_Email2DisplayName(value);
function get_Email2DisplayName(); function set_Email2DisplayName(value);
Property Value
Type:
The display name of the email2.
See Also