Message ReceivedByEntryId Property | MSG .NET Class Library |
Contains the entry identifier of the messaging user who actually receives the message.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] ReceivedByEntryId { get; set; }
public byte[] ReceivedByEntryId { get; set; }
Public Property ReceivedByEntryId As Byte() Get Set
Public Property ReceivedByEntryId As Byte() Get Set
Dim instance As Message Dim value As Byte() value = instance.ReceivedByEntryId instance.ReceivedByEntryId = value
Dim instance As Message Dim value As Byte() value = instance.ReceivedByEntryId instance.ReceivedByEntryId = value
/** @property */ public byte[] get_ReceivedByEntryId() /** @property */ public void set_ReceivedByEntryId(byte[] value)
/** @property */ public byte[] get_ReceivedByEntryId() /** @property */ public void set_ReceivedByEntryId(byte[] value)
function get ReceivedByEntryId () : byte[] function set ReceivedByEntryId (value : byte[])
function get ReceivedByEntryId () : byte[] function set ReceivedByEntryId (value : byte[])
function get_ReceivedByEntryId(); function set_ReceivedByEntryId(value);
function get_ReceivedByEntryId(); function set_ReceivedByEntryId(value);
Property Value
Type:
The received by entry identifier.
See Also