Для изменения размера нажмите или перетащите

ConversationSetReadStateForItemsInConversation(FolderId, Boolean, Boolean) - метод

Sets the read state of items in the specified conversation. Calling this method results in a call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task SetReadStateForItemsInConversation(
	FolderId contextFolderId,
	bool isRead,
	bool suppressReadReceipts
)

Параметры

contextFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order for their read state to be set. If contextFolderId is null, the read states of items across the entire mailbox are set.
isRead
Тип: SystemBoolean
if set to true, conversation items are marked as read; otherwise they are marked as unread.
suppressReadReceipts
Тип: SystemBoolean
if set to true read receipts are suppressed.

Возвращаемое значение

Тип: Task
См. также