Message.Email2Address Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.Email2Address

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

value = instance.Email2Address

instance.Email2Address = value
/** @property */
public String get_Email2Address()
/** @property */
public void set_Email2Address(String value)
/** @property */
public String get_Email2Address()
/** @property */
public void set_Email2Address(String value)
function get Email2Address () : String 
function set Email2Address (value : String)
function get Email2Address () : String 
function set Email2Address (value : String)
function get_Email2Address();
function set_Email2Address(value);
function get_Email2Address();
function set_Email2Address(value);

Property Value

Type: OnlineString
The email2 address.
See Also