Remove method
Implementation
bool Remove(Attachment attachment) {
EwsUtilities.ValidateParam(attachment, "attachment");
return this.InternalRemove(attachment);
}
bool Remove(Attachment attachment) {
EwsUtilities.ValidateParam(attachment, "attachment");
return this.InternalRemove(attachment);
}