IEWSClient.SetConversationReadState

SetConversationReadState(string, bool)

Set read state of the conversation items to the specified value

public void SetConversationReadState(string conversationId, bool isRead)
ParameterTypeDescription
conversationIdStringId of conversation to be changed
isReadBooleanA flag that enables setting the read state of items in a conversation.

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty

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)
ParameterTypeDescription
conversationIdStringId of conversation to be changed
contextFolderIdStringId of folder in which conversation items are located. Note: If it’s set to null(or empty), all conversation items will be copied
isReadBooleanA flag that enables setting the read state of items in a conversation.

Exceptions

exceptioncondition
AsposeArgumentExceptionconversationId is null or empty

See Also