Appointment.Update Method

Definition

Applies the local changes that have been made to this appointment. Calling this method results in at least one call to Exchange Web Services (EWS). Multiple calls to EWS might be made if attachments have been added or removed.

public:
 void Update(Microsoft::Exchange::WebServices::Data::ConflictResolutionMode conflictResolutionMode, Microsoft::Exchange::WebServices::Data::SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode);
public void Update (Microsoft.Exchange.WebServices.Data.ConflictResolutionMode conflictResolutionMode, Microsoft.Exchange.WebServices.Data.SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode);

Parameters

conflictResolutionMode
ConflictResolutionMode

One of the ConflictResolutionMode enumeration values that indicates how conflicts should be resolved.

sendInvitationsOrCancellationsMode
SendInvitationsOrCancellationsMode

One of the SendInvitationsOrCancellationsMode enumeration values that indicates if and how invitations or cancellations should be sent if this appointment is a meeting.

Applies to