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

ConversationDeleteItems - метод

Deletes 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 DeleteItems(
	FolderId contextFolderId,
	DeleteMode deleteMode
)

Параметры

contextFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder items must belong to in order to be deleted. If contextFolderId is null, items across the entire mailbox are deleted.
deleteMode
Тип: Tessa.Exchange.WebServices.DataDeleteMode
The deletion mode.

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

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