Message.SentRepresentingEntryId Property

Independentsoft MSG .NET

Message SentRepresentingEntryId Property MSG .NET Class Library
Contains the entry identifier for the messaging user represented by the sender.

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

Syntax

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

value = instance.SentRepresentingEntryId

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

value = instance.SentRepresentingEntryId

instance.SentRepresentingEntryId = value
/** @property */
public byte[] get_SentRepresentingEntryId()
/** @property */
public void set_SentRepresentingEntryId(byte[] value)
/** @property */
public byte[] get_SentRepresentingEntryId()
/** @property */
public void set_SentRepresentingEntryId(byte[] value)
function get SentRepresentingEntryId () : byte[]
function set SentRepresentingEntryId (value : byte[])
function get SentRepresentingEntryId () : byte[]
function set SentRepresentingEntryId (value : byte[])
function get_SentRepresentingEntryId();
function set_SentRepresentingEntryId(value);
function get_SentRepresentingEntryId();
function set_SentRepresentingEntryId(value);

Property Value

Type:  OnlineByte 
The sent representing entry identifier.
See Also