SendAndSaveCopy method

void SendAndSaveCopy()
Sends this response and saves a copy in the Sent Items folder. Calling this method results in a call to EWS.

Implementation

void SendAndSaveCopy() {
  this.InternalCreate(null, MessageDisposition.SendAndSaveCopy);
}