menu
ews package
documentation
Exceptions/BatchServiceResponseException.dart
BatchServiceResponseException<TResponse extends ServiceResponse>
responses property
responses property
dark_mode
light_mode
responses
property
ServiceResponseCollection
<
TResponse
>
?
responses
getter/setter pair
The list of responses returned by the web method.
Implementation
/* private */ ServiceResponseCollection<TResponse>? responses;
ews package
documentation
Exceptions/BatchServiceResponseException
BatchServiceResponseException<TResponse extends ServiceResponse>
responses property
BatchServiceResponseException class