GetAttachmentRequest constructor

GetAttachmentRequest(
  1. ExchangeService service,
  2. ServiceErrorHandling errorHandlingMode
)
Initializes a new instance of the The service. Indicates how errors should be handled.

Implementation

GetAttachmentRequest(
    ExchangeService service, ServiceErrorHandling errorHandlingMode)
    : super(service, errorHandlingMode);