SetConversationReadState

SetConversationReadState (1 of 2)

Set read state of the conversation items to the specified value

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

SetConversationReadState(System::String conversationId, bool isRead)
ParameterDescription
conversationIdId of conversation to be changed
isReadA flag that enables setting the read state of items in a conversation.

SetConversationReadState (2 of 2)

Set read state of the conversation items, which are located in the specified folder, to the specified value

Returns: virtual void Aspose::Email::Clients::Exchange::WebService::

SetConversationReadState(System::String conversationId, System::String contextFolderId, bool isRead)
ParameterDescription
conversationIdId of conversation to be changed
contextFolderIdId of folder in which conversation items are located. Note: If it’s set to null(or empty), all conversation items will be copied
isReadA flag that enables setting the read state of items in a conversation.