Message Email3DisplayAs Property | MSG .NET Class Library |
Contains the display as 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 Email3DisplayAs { get; set; }
public string Email3DisplayAs { get; set; }
Public Property Email3DisplayAs As String Get Set
Public Property Email3DisplayAs As String Get Set
Dim instance As Message Dim value As String value = instance.Email3DisplayAs instance.Email3DisplayAs = value
Dim instance As Message Dim value As String value = instance.Email3DisplayAs instance.Email3DisplayAs = value
/** @property */ public String get_Email3DisplayAs() /** @property */ public void set_Email3DisplayAs(String value)
/** @property */ public String get_Email3DisplayAs() /** @property */ public void set_Email3DisplayAs(String value)
function get Email3DisplayAs () : String function set Email3DisplayAs (value : String)
function get Email3DisplayAs () : String function set Email3DisplayAs (value : String)
function get_Email3DisplayAs(); function set_Email3DisplayAs(value);
function get_Email3DisplayAs(); function set_Email3DisplayAs(value);
Property Value
Type:
The email3 display as.
See Also