ItemUpdate(ConflictResolutionMode, 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.

Definition

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

Параметры

conflictResolutionMode  ConflictResolutionMode
The conflict resolution mode.
token  CancellationToken  (Optional)
 

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

TaskItem

См. также