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
conversationIdConversationIdThe conversation id.
syncStatestringState of the sync.
Properties
ConversationId
Gets or sets the conversation id.
public ConversationId ConversationId { get; set; }
Property Value
SyncState
Gets or sets the sync state representing the current state of the conversation for synchronization purposes.
public string SyncState { get; set; }