Table of Contents

Class ConversationRequest

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll
public sealed class ConversationRequest : ComplexProperty
Inheritance
ConversationRequest
Inherited Members

Constructors

ConversationRequest()

Initializes a new instance of the ConversationRequest class.

public ConversationRequest()

ConversationRequest(ConversationId, string)

Initializes a new instance of the ConversationRequest class.

public ConversationRequest(ConversationId conversationId, string syncState)

Parameters

conversationId ConversationId

The conversation id.

syncState string

State of the sync.

Properties

ConversationId

Gets or sets the conversation id.

public ConversationId ConversationId { get; set; }

Property Value

ConversationId

SyncState

Gets or sets the sync state representing the current state of the conversation for synchronization purposes.

public string SyncState { get; set; }

Property Value

string