RuleValidationErrorCodeType Enumeration
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RuleValidationErrorCodeType
'Usage
Dim instance As RuleValidationErrorCodeType
[SerializableAttribute]
public enum RuleValidationErrorCodeType
Members
| Member name | Description | |
|---|---|---|
| ADOperationFailure | ||
| ConnectedAccountNotFound | ||
| CreateWithRuleId | ||
| EmptyValueFound | ||
| DuplicatedPriority | ||
| DuplicatedOperationOnTheSameRule | ||
| FolderDoesNotExist | ||
| InvalidAddress | ||
| InvalidDateRange | ||
| InvalidFolderId | ||
| InvalidSizeRange | ||
| InvalidValue | ||
| MessageClassificationNotFound | ||
| MissingAction | ||
| MissingParameter | ||
| MissingRangeValue | ||
| NotSettable | ||
| RecipientDoesNotExist | ||
| RuleNotFound | ||
| SizeLessThanZero | ||
| StringValueTooBig | ||
| UnsupportedAddress | ||
| UnexpectedError | ||
| UnsupportedRule |