IEWSClient.SetConversationReadState
SetConversationReadState(string, bool)
Set read state of the conversation items to the specified value
public void SetConversationReadState(string conversationId, bool isRead)
Parameter | Type | Description |
---|
conversationId | String | Id of conversation to be changed |
isRead | Boolean | A flag that enables setting the read state of items in a conversation. |
Exceptions
See Also
SetConversationReadState(string, string, bool)
Set read state of the conversation items, which are located in the specified folder, to the specified value
public void SetConversationReadState(string conversationId, string contextFolderId, bool isRead)
Parameter | Type | Description |
---|
conversationId | String | Id of conversation to be changed |
contextFolderId | String | Id of folder in which conversation items are located. Note: If it’s set to null(or empty), all conversation items will be copied |
isRead | Boolean | A flag that enables setting the read state of items in a conversation. |
Exceptions
See Also