Message.ReceivedRepresentingEntryId Property

Independentsoft MSG .NET

Message ReceivedRepresentingEntryId Property MSG .NET Class Library
Contains the entry identifier for the messaging user who is represented by the receiving user.

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

Syntax

public byte[] ReceivedRepresentingEntryId { get; set; }
public byte[] ReceivedRepresentingEntryId { get; set; }
Public Property ReceivedRepresentingEntryId As Byte()
	Get 
	Set
Public Property ReceivedRepresentingEntryId As Byte()
	Get 
	Set
Dim instance As Message 
Dim value As Byte()

value = instance.ReceivedRepresentingEntryId

instance.ReceivedRepresentingEntryId = value
Dim instance As Message 
Dim value As Byte()

value = instance.ReceivedRepresentingEntryId

instance.ReceivedRepresentingEntryId = value
/** @property */
public byte[] get_ReceivedRepresentingEntryId()
/** @property */
public void set_ReceivedRepresentingEntryId(byte[] value)
/** @property */
public byte[] get_ReceivedRepresentingEntryId()
/** @property */
public void set_ReceivedRepresentingEntryId(byte[] value)
function get ReceivedRepresentingEntryId () : byte[]
function set ReceivedRepresentingEntryId (value : byte[])
function get ReceivedRepresentingEntryId () : byte[]
function set ReceivedRepresentingEntryId (value : byte[])
function get_ReceivedRepresentingEntryId();
function set_ReceivedRepresentingEntryId(value);
function get_ReceivedRepresentingEntryId();
function set_ReceivedRepresentingEntryId(value);

Property Value

Type:  OnlineByte 
The received representing entry identifier.
See Also