Message.ReceivedRepresentingAddressType Property

Independentsoft MSG .NET

Message ReceivedRepresentingAddressType Property MSG .NET Class Library
Contains the address type for the messaging user who is represented by the user actually receiving the message.

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

Syntax

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

value = instance.ReceivedRepresentingAddressType

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

value = instance.ReceivedRepresentingAddressType

instance.ReceivedRepresentingAddressType = value
/** @property */
public String get_ReceivedRepresentingAddressType()
/** @property */
public void set_ReceivedRepresentingAddressType(String value)
/** @property */
public String get_ReceivedRepresentingAddressType()
/** @property */
public void set_ReceivedRepresentingAddressType(String value)
function get ReceivedRepresentingAddressType () : String 
function set ReceivedRepresentingAddressType (value : String)
function get ReceivedRepresentingAddressType () : String 
function set ReceivedRepresentingAddressType (value : String)
function get_ReceivedRepresentingAddressType();
function set_ReceivedRepresentingAddressType(value);
function get_ReceivedRepresentingAddressType();
function set_ReceivedRepresentingAddressType(value);

Property Value

Type: OnlineString
The type of the received representing address.
See Also