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

Item.Update(ConflictResolutionMode, Boolean, CancellationToken) - метод

Applies the local changes that have been made to this item. Calling this method results in at least one call to EWS. Mutliple calls to EWS might be made if attachments have been added or removed.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<Item> Update(
	ConflictResolutionMode conflictResolutionMode,
	bool suppressReadReceipts,
	CancellationToken token = default
)

Параметры

conflictResolutionMode
Тип: Tessa.Exchange.WebServices.Data.ConflictResolutionMode
The conflict resolution mode.
suppressReadReceipts
Тип: System.Boolean
Whether to suppress read receipts
token (Optional)
Тип: System.Threading.CancellationToken

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

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