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