CreateServiceResponse method
DeleteAttachmentResponse
CreateServiceResponse(
- ExchangeService service,
- int responseIndex
override
Implementation
@override
DeleteAttachmentResponse CreateServiceResponse(
ExchangeService service, int responseIndex) {
return new DeleteAttachmentResponse(this.Attachments[responseIndex]);
}