Message.ReadReceiptEntryId Property

Independentsoft MSG .NET

Message ReadReceiptEntryId Property MSG .NET Class Library
Gets or sets the read receipt entry identifier.

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

Syntax

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

value = instance.ReadReceiptEntryId

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

value = instance.ReadReceiptEntryId

instance.ReadReceiptEntryId = value
/** @property */
public byte[] get_ReadReceiptEntryId()
/** @property */
public void set_ReadReceiptEntryId(byte[] value)
/** @property */
public byte[] get_ReadReceiptEntryId()
/** @property */
public void set_ReadReceiptEntryId(byte[] value)
function get ReadReceiptEntryId () : byte[]
function set ReadReceiptEntryId (value : byte[])
function get ReadReceiptEntryId () : byte[]
function set ReadReceiptEntryId (value : byte[])
function get_ReadReceiptEntryId();
function set_ReadReceiptEntryId(value);
function get_ReadReceiptEntryId();
function set_ReadReceiptEntryId(value);

Property Value

Type:  OnlineByte 
The read receipt entry identifier.
See Also