CreateServiceResponse method
Implementation
@override
GetAttachmentResponse CreateServiceResponse(
ExchangeService service, int responseIndex) {
return new GetAttachmentResponse(
this.Attachments.length > 0 ? this.Attachments[responseIndex] : null);
}