ResponseObject<TMessage>.SendAndSaveCopy Method

Definition

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.

Applies to