DeleteAttachmentResponse constructor
DeleteAttachmentResponse(
- Attachment? attachment
Implementation
DeleteAttachmentResponse(complex.Attachment? attachment) : super() {
EwsUtilities.Assert(attachment != null, "DeleteAttachmentResponse.ctor",
"attachment is null");
this._attachment = attachment;
}