ConversationRequest Class

Definition

Defines a conversation request identified by a conversation ID and synchronization state.The ConversationRequest class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Constructors

ConversationRequest()

Initializes a new instance of the ConversationRequest class. The ConversationRequest() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ConversationRequest(ConversationId, String)

Initializes a new instance of the ConversationRequest class by using the specified conversation ID and synchronization state. The ConversationRequest(ConversationId, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

ConversationId

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

SyncState

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

Applies to