MessageType.ConversationIndex Property

Definition

The ConversationIndex property gets or sets the identifier to the thread to which the message belongs. This property is optional. This is a read/write property.

public:
 property cli::array <System::Byte> ^ ConversationIndex { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ConversationIndex { get; set; }
Public Property ConversationIndex As Byte()

Property Value

Byte[]

The ConversationIndex property returns a byte array.

Applies to