Message.ReadReceiptSearchKey Property

Independentsoft MSG .NET

Message ReadReceiptSearchKey Property MSG .NET Class Library
Gets or sets the read receipt search key.

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

Syntax

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

value = instance.ReadReceiptSearchKey

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

value = instance.ReadReceiptSearchKey

instance.ReadReceiptSearchKey = value
/** @property */
public byte[] get_ReadReceiptSearchKey()
/** @property */
public void set_ReadReceiptSearchKey(byte[] value)
/** @property */
public byte[] get_ReadReceiptSearchKey()
/** @property */
public void set_ReadReceiptSearchKey(byte[] value)
function get ReadReceiptSearchKey () : byte[]
function set ReadReceiptSearchKey (value : byte[])
function get ReadReceiptSearchKey () : byte[]
function set ReadReceiptSearchKey (value : byte[])
function get_ReadReceiptSearchKey();
function set_ReadReceiptSearchKey(value);
function get_ReadReceiptSearchKey();
function set_ReadReceiptSearchKey(value);

Property Value

Type:  OnlineByte 
The read receipt search key.
See Also