ConversationRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.