Appointment.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.