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

AppointmentUpdate(ConflictResolutionMode, SendInvitationsOrCancellationsMode, CancellationToken) - метод

Applies the local changes that have been made to this appointment. 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,
	SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode,
	CancellationToken token = default
)

Параметры

conflictResolutionMode
Тип: Tessa.Exchange.WebServices.DataConflictResolutionMode
Specifies how conflicts should be resolved.
sendInvitationsOrCancellationsMode
Тип: Tessa.Exchange.WebServices.DataSendInvitationsOrCancellationsMode
Specifies if and how invitations or cancellations should be sent if this appointment is a meeting.
token (Optional)
Тип: System.ThreadingCancellationToken

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

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