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