Appointment.Save 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.
Overloads
Save(SendInvitationsMode) |
Saves this appointment in the Calendar folder. 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. |
Save(FolderId, SendInvitationsMode) |
Saves this appointment in the specified folder. 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. |
Save(WellKnownFolderName, SendInvitationsMode) |
Saves this appointment in the specified folder. 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. |
Save(SendInvitationsMode)
Saves this appointment in the Calendar folder. 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.
public:
void Save(Microsoft::Exchange::WebServices::Data::SendInvitationsMode sendInvitationsMode);
public void Save (Microsoft.Exchange.WebServices.Data.SendInvitationsMode sendInvitationsMode);
Parameters
- sendInvitationsMode
- SendInvitationsMode
One of the SendInvitationsMode enumeration values that indicates whether and how invitations should be sent if this appointment is a meeting.
Applies to
Save(FolderId, SendInvitationsMode)
Saves this appointment in the specified folder. 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.
public:
void Save(Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId, Microsoft::Exchange::WebServices::Data::SendInvitationsMode sendInvitationsMode);
public void Save (Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId, Microsoft.Exchange.WebServices.Data.SendInvitationsMode sendInvitationsMode);
Parameters
- destinationFolderId
- FolderId
The identifier of the folder in which to save this appointment.
- sendInvitationsMode
- SendInvitationsMode
One of the SendInvitationsMode enumeration values that indicates if and how invitations should be sent if this appointment is a meeting.
Applies to
Save(WellKnownFolderName, SendInvitationsMode)
Saves this appointment in the specified folder. 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.
public:
void Save(Microsoft::Exchange::WebServices::Data::WellKnownFolderName destinationFolderName, Microsoft::Exchange::WebServices::Data::SendInvitationsMode sendInvitationsMode);
public void Save (Microsoft.Exchange.WebServices.Data.WellKnownFolderName destinationFolderName, Microsoft.Exchange.WebServices.Data.SendInvitationsMode sendInvitationsMode);
Parameters
- destinationFolderName
- WellKnownFolderName
The name of the folder in which to save this appointment.
- sendInvitationsMode
- SendInvitationsMode
One of the SendInvitationsMode enumeration values that indicates whether and how invitations should be sent if this appointment is a meeting.