RuleErrorCode - перечисление

Defines the error codes identifying why a rule failed validation.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum RuleErrorCode

Члены

ADOperationFailure0 Active Directory operation failed.
ConnectedAccountNotFound1 The e-mail account specified in the FromConnectedAccounts predicate was not found.
CreateWithRuleId2 The Rule object in a CreateInboxRuleOperation has an Id. The Ids of new rules are generated server side and should not be provided by the client.
EmptyValueFound3 The value is empty. An empty value is not allowed for the property.
DuplicatedPriority4 There already is a rule with the same priority.
DuplicatedOperationOnTheSameRule5 There are multiple operations against the same rule. Only one operation per rule is allowed.
FolderDoesNotExist6 The folder does not exist in the user's mailbox.
InvalidAddress7 The e-mail address is invalid.
InvalidDateRange8 The date range is invalid.
InvalidFolderId9 The folder Id is invalid.
InvalidSizeRange10 The size range is invalid.
InvalidValue11 The value is invalid.
MessageClassificationNotFound12 The message classification was not found.
MissingAction13 No action was specified. At least one action must be specified.
MissingParameter14 The required parameter is missing.
MissingRangeValue15 The range value is missing.
NotSettable16 The property cannot be modified.
RecipientDoesNotExist17 The recipient does not exist.
RuleNotFound18 The rule was not found.
SizeLessThanZero19 The size is less than zero.
StringValueTooBig20 The string value is too big.
UnsupportedAddress21 The address is unsupported.
UnexpectedError22 An unexpected error occured.
UnsupportedRule23 The rule is not supported.

См. также