ServiceResult Enum

Definition

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

Error 2

Indicates that the call triggered at least one error.

Success 0

Indicates that the call was successful.

Warning 1

Indicates that the call triggered at least one warning.

Applies to