RuleErrorCode enumeration
Defines the error codes that identify why a rule failed validation.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
| Member name | Description | |
|---|---|---|
| ADOperationFailure | The Active Directory operation failed. | |
| ConnectedAccountNotFound | The e-mail account specified in the FromConnectedAccounts property was not found. | |
| CreateWithRuleId | You attempted to create a rule with an ID. The IDs of new rules are generated server side and should not be provided by the client. | |
| EmptyValueFound | The Value property is empty. An empty Value property is not allowed. | |
| DuplicatedPriority | There are multiple rules with the same priority. A priority can have only one rule. | |
| DuplicatedOperationOnTheSameRule | There are multiple operations against the same rule. Only one operation per rule is allowed. | |
| FolderDoesNotExist | The folder does not exist in the user's mailbox. | |
| InvalidAddress | The e-mail address is invalid. | |
| InvalidDateRange | The date range is invalid. | |
| InvalidFolderId | The folder ID is invalid. | |
| InvalidSizeRange | The size range is invalid. | |
| InvalidValue | The value is invalid. | |
| MessageClassificationNotFound | The message classification was not found. | |
| MissingAction | No action was specified. At least one rule action must be specified for validation. | |
| MissingParameter | The required parameter is missing. | |
| MissingRangeValue | The range value is missing. | |
| NotSettable | The property cannot be modified. | |
| RecipientDoesNotExist | The recipient does not exist. | |
| RuleNotFound | The rule was not found. No rules were found that match the criteria. | |
| SizeLessThanZero | The size is less than zero. | |
| StringValueTooBig | The string value is too big. | |
| UnsupportedAddress | The address is unsupported. | |
| UnexpectedError | An unexpected error occurred. | |
| UnsupportedRule | The rule is not supported. |
Show: