Enum ServiceResult
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the result of a call to an EWS method. Values in this enumeration have to be ordered from lowest to highest severity.
public enum ServiceResult
Fields
Error = 2
The call triggered at least one error
Success = 0
The call was successful
Warning = 1
The call triggered at least one warning