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