ResponseObject<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 response and saves a copy in the Sent Items folder. Calling this method results in a call to EWS. |
SendAndSaveCopy(FolderId) |
Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS. |
SendAndSaveCopy(WellKnownFolderName) |
Sends this response and saves a copy in the specified folder. Calling this method results in a call to EWS. |
SendAndSaveCopy()
Sends this response and saves a copy in the Sent Items folder. Calling this method results in a call to EWS.
public:
void SendAndSaveCopy();
public void SendAndSaveCopy ();
Public Sub SendAndSaveCopy ()
Applies to
SendAndSaveCopy(FolderId)
Sends this response ans saves a copy in the specified folder. Calling this method results in a call to EWS.
public:
void SendAndSaveCopy(Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId);
public void SendAndSaveCopy (Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId);
Public Sub SendAndSaveCopy (destinationFolderId As FolderId)
Parameters
- destinationFolderId
- FolderId
The Id of the folder in which to save the copy of the message.
Applies to
SendAndSaveCopy(WellKnownFolderName)
Sends this response and saves a copy in the specified folder. Calling this method results in a call to EWS.
public:
void SendAndSaveCopy(Microsoft::Exchange::WebServices::Data::WellKnownFolderName destinationFolderName);
public void SendAndSaveCopy (Microsoft.Exchange.WebServices.Data.WellKnownFolderName destinationFolderName);
Public Sub SendAndSaveCopy (destinationFolderName As WellKnownFolderName)
Parameters
- destinationFolderName
- WellKnownFolderName
The name of the folder in which to save the copy of the message.