Message.Email3Type Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.Email3Type

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

value = instance.Email3Type

instance.Email3Type = value
/** @property */
public String get_Email3Type()
/** @property */
public void set_Email3Type(String value)
/** @property */
public String get_Email3Type()
/** @property */
public void set_Email3Type(String value)
function get Email3Type () : String 
function set Email3Type (value : String)
function get Email3Type () : String 
function set Email3Type (value : String)
function get_Email3Type();
function set_Email3Type(value);
function get_Email3Type();
function set_Email3Type(value);

Property Value

Type: OnlineString
The type of the email3.
See Also