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