PostItemType.ConversationIndex Property
The ConversationIndex property gets or sets the identifier for the thread to which this message belongs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConversationIndex As Byte()
Get
Set
'Usage
Dim instance As PostItemType
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 that contains the binary identifier for the thread to which this message belongs.
See Also