Message.Email2Type Property

Independentsoft MSG .NET

Message Email2Type Property MSG .NET Class Library
Contains the type of the second e-mail address for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string Email2Type { get; set; }
public string Email2Type { get; set; }
Public Property Email2Type As String 
	Get 
	Set
Public Property Email2Type As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.Email2Type

instance.Email2Type = value
Dim instance As Message 
Dim value As String 

value = instance.Email2Type

instance.Email2Type = value
/** @property */
public String get_Email2Type()
/** @property */
public void set_Email2Type(String value)
/** @property */
public String get_Email2Type()
/** @property */
public void set_Email2Type(String value)
function get Email2Type () : String 
function set Email2Type (value : String)
function get Email2Type () : String 
function set Email2Type (value : String)
function get_Email2Type();
function set_Email2Type(value);
function get_Email2Type();
function set_Email2Type(value);

Property Value

Type: OnlineString
The type of the email2.
See Also