ServiceResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the result of a call to an Exchange Web Services (EWS) method. Values in this enumeration have to be ordered from lowest to highest severity.
public enum class ServiceResult
public enum ServiceResult
Public Enum ServiceResult
- Inheritance
-
ServiceResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Indicates that the call was successful. |
Warning | 1 | Indicates that the call triggered at least one warning. |
Error | 2 | Indicates that the call triggered at least one error. |