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