ConversationRequest Constructors

Definition

Overloads

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.

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.

public:
 ConversationRequest();
public ConversationRequest ();
Public Sub New ()

Applies to

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.

public:
 ConversationRequest(Microsoft::Exchange::WebServices::Data::ConversationId ^ conversationId, System::String ^ syncState);
public ConversationRequest (Microsoft.Exchange.WebServices.Data.ConversationId conversationId, string syncState);

Parameters

conversationId
ConversationId

The conversation ID.

syncState
String

State of the sync.

Applies to