UpdateFolderRequest constructor

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

Implementation

UpdateFolderRequest(
    ExchangeService service, ServiceErrorHandling errorHandlingMode)
    : super(service, errorHandlingMode) {}