MessageType.ConversationIndex Property

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.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ConversationIndex As Byte()
    Get
    Set
'Usage
Dim instance As MessageType
Dim value As Byte()

value = instance.ConversationIndex

instance.ConversationIndex = value
public byte[] ConversationIndex { get; set; }

Property Value

Type: []
The ConversationIndex property returns a byte array.