CalendarResponseMessageBase<TMessage>.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() |
Saves the calendar response message in the Drafts folder. Calling this method results in a call to Exchange Web Services (EWS). |
Save(FolderId) |
Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS). |
Save(WellKnownFolderName) |
Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS). |
Save()
Saves the calendar response message in the Drafts folder. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ Save();
public Microsoft.Exchange.WebServices.Data.CalendarActionResults Save ();
Public Function Save () As CalendarActionResults
Returns
A CalendarActionResults object that contains the items that were created or modified.
Applies to
Save(FolderId)
Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ Save(Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId);
public Microsoft.Exchange.WebServices.Data.CalendarActionResults Save (Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId);
Public Function Save (destinationFolderId As FolderId) As CalendarActionResults
Parameters
- destinationFolderId
- FolderId
The identifier of the folder to which to save the response.
Returns
A CalendarActionResults object that contains the items that were created or modified.
Applies to
Save(WellKnownFolderName)
Saves the calendar response message to the specified folder. Calling this method results in a call to Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::CalendarActionResults ^ Save(Microsoft::Exchange::WebServices::Data::WellKnownFolderName destinationFolderName);
public Microsoft.Exchange.WebServices.Data.CalendarActionResults Save (Microsoft.Exchange.WebServices.Data.WellKnownFolderName destinationFolderName);
Public Function Save (destinationFolderName As WellKnownFolderName) As CalendarActionResults
Parameters
- destinationFolderName
- WellKnownFolderName
The name of the folder in which to save the response.
Returns
A CalendarActionResults object that contains the items that were created or modified.