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) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Task<Item> Update(
ConflictResolutionMode conflictResolutionMode,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode,
CancellationToken token = default
)
Public Function Update (
conflictResolutionMode As ConflictResolutionMode,
sendInvitationsOrCancellationsMode As SendInvitationsOrCancellationsMode,
Optional token As CancellationToken = Nothing
) As Task(Of Item)
public:
Task<Item^>^ Update(
ConflictResolutionMode conflictResolutionMode,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode,
CancellationToken token = CancellationToken()
)
member Update :
conflictResolutionMode : ConflictResolutionMode *
sendInvitationsOrCancellationsMode : SendInvitationsOrCancellationsMode *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Item>
- conflictResolutionMode ConflictResolutionMode
- Specifies how conflicts should be resolved.
- sendInvitationsOrCancellationsMode SendInvitationsOrCancellationsMode
- Specifies if and how invitations or cancellations should be sent if this appointment is a meeting.
- token CancellationToken (Optional)
-
TaskItem