Message.ReceivedRepresentingSearchKey Property

Independentsoft MSG .NET

Message ReceivedRepresentingSearchKey Property MSG .NET Class Library
Contains the search key for the messaging user represented by the receiving user.

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

Syntax

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

value = instance.ReceivedRepresentingSearchKey

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

value = instance.ReceivedRepresentingSearchKey

instance.ReceivedRepresentingSearchKey = value
/** @property */
public byte[] get_ReceivedRepresentingSearchKey()
/** @property */
public void set_ReceivedRepresentingSearchKey(byte[] value)
/** @property */
public byte[] get_ReceivedRepresentingSearchKey()
/** @property */
public void set_ReceivedRepresentingSearchKey(byte[] value)
function get ReceivedRepresentingSearchKey () : byte[]
function set ReceivedRepresentingSearchKey (value : byte[])
function get ReceivedRepresentingSearchKey () : byte[]
function set ReceivedRepresentingSearchKey (value : byte[])
function get_ReceivedRepresentingSearchKey();
function set_ReceivedRepresentingSearchKey(value);
function get_ReceivedRepresentingSearchKey();
function set_ReceivedRepresentingSearchKey(value);

Property Value

Type:  OnlineByte 
The received representing search key.
See Also