Message ConversationIndex Property | MSG .NET Class Library |
Contains a binary value that indicates the relative position of this message within a conversation thread.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] ConversationIndex { get; set; }
public byte[] ConversationIndex { get; set; }
Public Property ConversationIndex As Byte() Get Set
Public Property ConversationIndex As Byte() Get Set
Dim instance As Message Dim value As Byte() value = instance.ConversationIndex instance.ConversationIndex = value
Dim instance As Message Dim value As Byte() value = instance.ConversationIndex instance.ConversationIndex = value
/** @property */ public byte[] get_ConversationIndex() /** @property */ public void set_ConversationIndex(byte[] value)
/** @property */ public byte[] get_ConversationIndex() /** @property */ public void set_ConversationIndex(byte[] value)
function get ConversationIndex () : byte[] function set ConversationIndex (value : byte[])
function get ConversationIndex () : byte[] function set ConversationIndex (value : byte[])
function get_ConversationIndex(); function set_ConversationIndex(value);
function get_ConversationIndex(); function set_ConversationIndex(value);
Property Value
Type:
The index of the conversation.
See Also