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 = 2The call triggered at least one error
Success = 0The call was successful
Warning = 1The call triggered at least one warning