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