Message.ReceivedByEmailAddress Property

Independentsoft MSG .NET

Message ReceivedByEmailAddress Property MSG .NET Class Library
Contains the e-mail address for the messaging user who receives the message.

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

Syntax

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

value = instance.ReceivedByEmailAddress

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

value = instance.ReceivedByEmailAddress

instance.ReceivedByEmailAddress = value
/** @property */
public String get_ReceivedByEmailAddress()
/** @property */
public void set_ReceivedByEmailAddress(String value)
/** @property */
public String get_ReceivedByEmailAddress()
/** @property */
public void set_ReceivedByEmailAddress(String value)
function get ReceivedByEmailAddress () : String 
function set ReceivedByEmailAddress (value : String)
function get ReceivedByEmailAddress () : String 
function set ReceivedByEmailAddress (value : String)
function get_ReceivedByEmailAddress();
function set_ReceivedByEmailAddress(value);
function get_ReceivedByEmailAddress();
function set_ReceivedByEmailAddress(value);

Property Value

Type: OnlineString
The received by email address.
See Also