Class ConversationResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
public sealed class ConversationResponse : ComplexProperty
- Inheritance
-
ConversationResponse
- Inherited Members
Properties
ConversationId
Gets the conversation id.
public ConversationId ConversationId { get; }
Property Value
ConversationNodes
Gets the conversation nodes.
public ConversationNodeCollection ConversationNodes { get; }
Property Value
SyncState
Gets the sync state.
public string SyncState { get; }