ConversationResponse Class

Definition

A conversation response consisting of a conversation ID, a synchronization state, and an array of conversation nodes.The ConversationResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class ConversationResponse sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class ConversationResponse : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class ConversationResponse
Inherits ComplexProperty
Inheritance
ConversationResponse

Properties

ConversationId

Gets the conversation ID. The ConversationId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ConversationNodes

Gets a collection of ConversationNode objects. The ConversationNodes property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

SyncState

Gets the synchronization state. The SyncState property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to