Enum ServiceError
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the error codes that can be returned by the Exchange Web Services.
public enum ServiceError
Fields
ErrorADOperation = 6Active Directory operation did not succeed. Try again later.
ErrorADSessionFilter = 7Invalid search criteria.
Active Directory is unavailable. Try again later.
ErrorAccessDenied = 1Access is denied. Check credentials and try again.
ErrorAccessModeSpecified = 2The impersonation authentication header should not be included.
ErrorAccountDisabled = 3Account is disabled. Contact the account administrator.
ErrorAddDelegatesFailed = 4Failed to add one or more delegates.
ErrorAddressSpaceNotFound = 5ErrorAddressSpaceNotFound
ErrorAffectedTaskOccurrencesRequired = 9AffectedTaskOccurrences attribute is required for Task items.
ErrorApplyConversationActionFailed = 10The conversation action alwayscategorize or alwaysmove or alwaysdelete has failed.
ErrorArchiveFolderPathCreation = 12Unable to create the folder in archive mailbox to which the items will be archived
ErrorArchiveMailboxNotEnabled = 11Archive mailbox not enabled
ErrorArchiveMailboxSearchFailed = 423Archive mailbox search operation failed.
ErrorArchiveMailboxServiceDiscoveryFailed = 13Unable to discover archive mailbox
ErrorAttachmentNestLevelLimitExceeded = 14The item has attachment at more than the maximum supported nest level.
ErrorAttachmentSizeLimitExceeded = 15The file attachment exceeds the maximum supported size.
ErrorAutoDiscoverFailed = 16ErrorAutoDiscoverFailed
ErrorAvailabilityConfigNotFound = 17ErrorAvailabilityConfigNotFound
ErrorBatchProcessingStopped = 18Item was not processed as a result of a previous error.
ErrorCalendarCannotMoveOrCopyOccurrence = 19Can not move or copy a calendar occurrence.
ErrorCalendarCannotUpdateDeletedItem = 20Cannot update calendar item that has already been deleted.
ErrorCalendarCannotUseIdForOccurrenceId = 21The Id specified does not represent an occurrence.
ErrorCalendarCannotUseIdForRecurringMasterId = 22The specified Id does not represent a recurring master item.
ErrorCalendarDurationIsTooLong = 23Calendar item duration is too long.
ErrorCalendarEndDateIsEarlierThanStartDate = 24EndDate is earlier than StartDate
ErrorCalendarFolderIsInvalidForCalendarView = 25Cannot request CalendarView for the folder.
ErrorCalendarInvalidAttributeValue = 26Attribute has an invalid value.
ErrorCalendarInvalidDayForTimeChangePattern = 27The value of the DaysOfWeek property is not valid for time change pattern of time zone.
ErrorCalendarInvalidDayForWeeklyRecurrence = 28The value of the DaysOfWeek property is invalid for a weekly recurrence.
ErrorCalendarInvalidPropertyState = 29The property has invalid state.
ErrorCalendarInvalidPropertyValue = 30The property has an invalid value.
ErrorCalendarInvalidRecurrence = 31The recurrence is invalid.
ErrorCalendarInvalidTimeZone = 32TimeZone is invalid.
ErrorCalendarIsCancelledForAccept = 33A meeting that's been canceled can't be accepted.
ErrorCalendarIsCancelledForDecline = 34A canceled meeting can't be declined.
ErrorCalendarIsCancelledForRemove = 35A canceled meeting can't be removed.
ErrorCalendarIsCancelledForTentative = 36A canceled meeting can't be accepted tentatively.
ErrorCalendarIsDelegatedForAccept = 37AcceptItem action is invalid for a delegated meeting message.
ErrorCalendarIsDelegatedForDecline = 38DeclineItem operation is invalid for a delegated meeting message.
ErrorCalendarIsDelegatedForRemove = 39RemoveItem action is invalid for a delegated meeting message.
ErrorCalendarIsDelegatedForTentative = 40The TentativelyAcceptItem action isn't valid for a delegated meeting message.
ErrorCalendarIsGroupMailboxForAccept = 451AcceptItem action is invalid for a meeting message in group mailbox.
ErrorCalendarIsGroupMailboxForDecline = 452DeclineItem operation is invalid for a meeting message in group mailbox.
ErrorCalendarIsGroupMailboxForSuppressReadReceipt = 454SuppressReadReceipt action isn't valid for a meeting message in group mailbox.
ErrorCalendarIsGroupMailboxForTentative = 453TentativelyAcceptItem action isn't valid for a meeting message in group mailbox.
ErrorCalendarIsNotOrganizer = 41User must be an organizer for CancelCalendarItem action.
ErrorCalendarIsOrganizerForAccept = 42The user is the organizer of this meeting, and cannot, therefore, accept it.
ErrorCalendarIsOrganizerForDecline = 43The user is the organizer of this meeting, and cannot, therefore, decline it.
ErrorCalendarIsOrganizerForRemove = 44The user is the organizer of this meeting, and cannot, therefore, remove it.
ErrorCalendarIsOrganizerForTentative = 45The user is the organizer of this meeting, and therefore can't tentatively accept it.
ErrorCalendarMeetingRequestIsOutOfDate = 46The meeting request is out of date. The calendar couldn't be updated.
ErrorCalendarOccurrenceIndexIsOutOfRecurrenceRange = 47Occurrence index is out of recurrence range.
ErrorCalendarOccurrenceIsDeletedFromRecurrence = 48Occurrence with this index was previously deleted from the recurrence.
ErrorCalendarOutOfRange = 49The calendar property falls out of valid range.
ErrorCalendarSeekToConditionNotSupported = 422SeekToConditionPageView not supported for calendar items.
ErrorCalendarViewRangeTooBig = 50The specified view range exceeds the maximum range of two years.
ErrorCallerIsInvalidADAccount = 51Failed to get valid Active Directory information for the calling account. Confirm that it is a valid Active Directory account.
ErrorCannotArchiveCalendarContactTaskFolderException = 52Cannot archive items in Calendar, contact to task folders
ErrorCannotArchiveItemsInArchiveMailbox = 53Cannot archive items in archive mailboxes
ErrorCannotArchiveItemsInPublicFolders = 54Cannot archive items in public folders
ErrorCannotCreateCalendarItemInNonCalendarFolder = 55Cannot create a calendar item in a non-calendar folder.
ErrorCannotCreateContactInNonContactFolder = 56Cannot create a contact in a non-contact folder.
ErrorCannotCreatePostItemInNonMailFolder = 57Cannot create a post item in a folder that is not a mail folder.
ErrorCannotCreateTaskInNonTaskFolder = 58Cannot create a task in a non-task Folder.
ErrorCannotDeleteObject = 59Object cannot be deleted.
ErrorCannotDeleteTaskOccurrence = 60Deleting a task occurrence is not permitted on non-recurring tasks, on the last occurrence of a recurring task or on a regenerating task.
ErrorCannotDisableMandatoryExtension = 61Mandatory extensions cannot be disabled by end users
ErrorCannotEmptyFolder = 62Folder cannot be emptied.
ErrorCannotGetExternalEcpUrl = 63Cannot get external ECP URL. This might happen if external ECP URL isn't configured
ErrorCannotGetSourceFolderPath = 64Unable to read the folder path for the source folder while archiving items
ErrorCannotOpenFileAttachment = 65The attachment could not be opened.
ErrorCannotSetCalendarPermissionOnNonCalendarFolder = 66Expected a PermissionSet but received a CalendarPermissionSet.
ErrorCannotSetNonCalendarPermissionOnCalendarFolder = 67Expected a CalendarPermissionSet but received a PermissionSet.
ErrorCannotSetPermissionUnknownEntries = 68Cannot set UnknownEntries on a PermissionSet or CalendarPermissionSet.
ErrorCannotSpecifySearchFolderAsSourceFolder = 69Cannot specify search folders as source folders while archiving items
ErrorCannotUseFolderIdForItemId = 70Expected an item Id but received a folder Id.
ErrorCannotUseItemIdForFolderId = 71Expected a folder Id but received an item Id.
ErrorChangeKeyRequired = 72ChangeKey is required if overriding automatic conflict resolution.
ErrorChangeKeyRequiredForWriteOperations = 73ChangeKey is required for this operation.
ErrorClientDisconnected = 74ErrorClientDisconnected
ErrorClientIntentInvalidStateDefinition = 428Invalid state definition.
ErrorClientIntentNotFound = 429Client intent not found.
ErrorConnectionFailed = 75Connection did not succeed. Try again later.
ErrorContainsFilterWrongType = 76The Contains filter can only be used for string properties.
ErrorContentConversionFailed = 77Content conversion failed.
ErrorContentIndexingNotEnabled = 430The Content Indexing service is required to perform this search, but it's not enabled.
ErrorCorruptData = 78Data is corrupt.
ErrorCreateItemAccessDenied = 79Unable to create item. The user account does not have the right to create items.
ErrorCreateManagedFolderPartialCompletion = 80Failed to create one or more of the specified managed folders.
ErrorCreateSubfolderAccessDenied = 81Unable to create subfolder. The user account does not have the right to create subfolders.
ErrorCrossMailboxMoveCopy = 82Move and Copy operations across mailbox boundaries are not permitted.
ErrorCrossSiteRequest = 83This request isn't allowed because the Client Access server that's servicing the request is in a different site than the requested resource. Use Autodiscover to find the correct URL for accessing the specified resource.
ErrorDataSizeLimitExceeded = 84Property exceeds the maximum supported size.
ErrorDataSourceOperation = 85Invalid data source operation.
ErrorDelegateAlreadyExists = 86The user is already a delegate for the mailbox.
ErrorDelegateCannotAddOwner = 87This is an invalid operation. Cannot add owner as delegate.
ErrorDelegateMissingConfiguration = 88Delegate is not configured properly.
ErrorDelegateNoUser = 89The delegate does not map to a user in the Active Directory.
ErrorDelegateValidationFailed = 90Cannot add the delegate user. Failed to validate the changes.
ErrorDeleteDistinguishedFolder = 91Distinguished folders cannot be deleted.
ErrorDeleteItemsFailed = 92The deletion failed.
ErrorDeleteUnifiedMessagingPromptFailed = 431The custom prompt files you specified couldn't be removed.
ErrorDiscoverySearchesDisabled = 421Discovery Searches are disabled.
ErrorDistinguishedUserNotSupported = 93DistinguishedUser should not be specified for a Delegate User.
ErrorDistributionListMemberNotExist = 94The group member doesn't exist.
ErrorDuplicateInputFolderNames = 95The specified list of managed folder names contains duplicate entries.
ErrorDuplicateLegacyDistinguishedName = 96A duplicate exchange legacy DN.
ErrorDuplicateSOAPHeader = 97A duplicate SOAP header was received.
ErrorDuplicateUserIdsSpecified = 98The specified permission set contains duplicate UserIds.
ErrorEmailAddressMismatch = 99The email address associated with a folder Id does not match the mailbox you are operating on.
ErrorEventNotFound = 100The watermark used for creating this subscription was not found.
ErrorExceededConnectionCount = 101You have exceeded the available concurrent connections for your account. Try again once your other requests have completed.
ErrorExceededFindCountLimit = 102You have exceeded the maximum number of objects that can be returned for the find operation. Use paging to reduce the result size and try your request again.
ErrorExceededSubscriptionCount = 103You have exceeded the available subscriptions for your account. Remove unnecessary subscriptions and try your request again.
ErrorExpiredSubscription = 104Subscription information is not available. Subscription is expired.
ErrorExportRemoteArchiveItemsFailed = 427Export remote archive mailbox items failed.
ErrorExtensionNotFound = 105Extension with id specified was not found
ErrorFindRemoteArchiveFolderFailed = 425Find remote archive mailbox folder failed.
ErrorFolderCorrupt = 106The folder is corrupt.
ErrorFolderExists = 107A folder with the specified name already exists.
ErrorFolderNotFound = 108The specified folder could not be found in the store.
ErrorFolderPropertRequestFailed = 109ErrorFolderPropertRequestFailed
ErrorFolderSave = 110The folder save operation did not succeed.
ErrorFolderSaveFailed = 111The save operation failed or partially succeeded.
ErrorFolderSavePropertyError = 112The folder save operation failed due to invalid property values.
ErrorFreeBusyDLLimitReached = 113ErrorFreeBusyDLLimitReached
ErrorFreeBusyGenerationFailed = 114ErrorFreeBusyGenerationFailed
ErrorGetRemoteArchiveFolderFailed = 424Get remote archive mailbox folder failed.
ErrorGetRemoteArchiveItemFailed = 426Get remote archive mailbox item failed.
ErrorGetServerSecurityDescriptorFailed = 115ErrorGetServerSecurityDescriptorFailed
ErrorIPGatewayNotFound = 246A valid IP gateway couldn't be found.
ErrorImContactLimitReached = 116ErrorImContactLimitReached
ErrorImGroupDisplayNameAlreadyExists = 117ErrorImGroupDisplayNameAlreadyExists
ErrorImGroupLimitReached = 118ErrorImGroupLimitReached
ErrorImpersonateUserDenied = 119The account does not have permission to impersonate the requested user.
ErrorImpersonationDenied = 120ErrorImpersonationDenied
ErrorImpersonationFailed = 121Impersonation failed.
ErrorInboxRulesValidationError = 122ErrorInboxRulesValidationError
ErrorIncorrectSchemaVersion = 123The request is valid but does not specify the correct server version in the RequestServerVersion SOAP header. Ensure that the RequestServerVersion SOAP header is set with the correct RequestServerVersionValue.
ErrorIncorrectUpdatePropertyCount = 124An object within a change description must contain one and only one property to modify.
ErrorIndividualMailboxLimitReached = 125ErrorIndividualMailboxLimitReached
ErrorInsufficientResources = 126Resources are unavailable. Try again later.
ErrorInternalServerError = 127An internal server error occurred. The operation failed.
ErrorInternalServerTransientError = 128An internal server error occurred. Try again later.
ErrorInvalidAccessLevel = 129ErrorInvalidAccessLevel
ErrorInvalidArgument = 130ErrorInvalidArgument
ErrorInvalidAttachmentId = 131The specified attachment Id is invalid.
ErrorInvalidAttachmentSubfilter = 132Attachment subfilters must have a single TextFilter therein.
ErrorInvalidAttachmentSubfilterTextFilter = 133Attachment subfilters must have a single TextFilter on the display name only.
ErrorInvalidAuthorizationContext = 134ErrorInvalidAuthorizationContext
ErrorInvalidChangeKey = 135The change key is invalid.
ErrorInvalidClientAccessTokenRequest = 416The client access token request is invalid.
ErrorInvalidClientSecurityContext = 136ErrorInvalidClientSecurityContext
ErrorInvalidCompleteDate = 137CompleteDate cannot be set to a date in the future.
ErrorInvalidContactEmailAddress = 138The e-mail address that was supplied isn't valid.
ErrorInvalidContactEmailIndex = 139The e-mail index supplied isn't valid.
ErrorInvalidCrossForestCredentials = 140ErrorInvalidCrossForestCredentials
ErrorInvalidDelegatePermission = 141Invalid Delegate Folder Permission.
ErrorInvalidDelegateUserId = 142One or more UserId parameters are invalid. Make sure that the PrimarySmtpAddress, Sid and DisplayName properties refer to the same user when specified.
ErrorInvalidExchangeImpersonationHeaderData = 143An ExchangeImpersonation SOAP header must contain a user principal name, user SID, or primary SMTP address.
ErrorInvalidExcludesRestriction = 144Second operand in Excludes expression must be uint compatible.
ErrorInvalidExpressionTypeForSubFilter = 145FieldURI can only be used in Contains expressions.
ErrorInvalidExtendedProperty = 146The extended property attribute combination is invalid.
ErrorInvalidExtendedPropertyValue = 147The extended property value is inconsistent with its type.
ErrorInvalidExternalSharingInitiator = 148The original sender of the message (initiator field in the sharing metadata) is not valid.
ErrorInvalidExternalSharingSubscriber = 149The sharing message is not intended for this caller.
ErrorInvalidFederatedOrganizationId = 150The organization is either not federated, or it's configured incorrectly.
ErrorInvalidFolderId = 151Folder Id is invalid.
ErrorInvalidFolderTypeForOperation = 152ErrorInvalidFolderTypeForOperation
ErrorInvalidFractionalPagingParameters = 153Invalid fractional paging offset values.
ErrorInvalidFreeBusyViewType = 154ErrorInvalidFreeBusyViewType
ErrorInvalidGetSharingFolderRequest = 155Either DataType or SharedFolderId must be specified, but not both.
ErrorInvalidId = 156The Id is invalid.
ErrorInvalidIdEmpty = 160Id must be non-empty.
ErrorInvalidIdMalformed = 161Id is malformed.
ErrorInvalidIdMalformedEwsLegacyIdFormat = 162The EWS Id is in EwsLegacyId format which is not supported by the Exchange version specified by your request. Please use the ConvertId method to convert from EwsLegacyId to EwsId format.
ErrorInvalidIdMonikerTooLong = 163Moniker exceeded allowable length.
ErrorInvalidIdNotAnItemAttachmentId = 164The Id does not represent an item attachment.
ErrorInvalidIdReturnedByResolveNames = 165ResolveNames returned an invalid Id.
ErrorInvalidIdStoreObjectIdTooLong = 166Id exceeded allowable length.
ErrorInvalidIdTooManyAttachmentLevels = 167Too many attachment levels.
ErrorInvalidIdXml = 168The Id Xml is invalid.
ErrorInvalidImContactId = 157The Im Contact id was invalid.
ErrorInvalidImDistributionGroupSmtpAddress = 158The Im Distribution Group Smtp Address was invalid.
ErrorInvalidImGroupId = 159The Im Contact id was invalid.
ErrorInvalidIndexedPagingParameters = 169The specified indexed paging values are invalid.
ErrorInvalidInternetHeaderChildNodes = 170Only one child node is allowed when setting an Internet Message Header.
ErrorInvalidItemForOperationAcceptItem = 171Item type is invalid for AcceptItem action.
ErrorInvalidItemForOperationArchiveItem = 172Item type is invalid for ArchiveItem action.
ErrorInvalidItemForOperationCancelItem = 173Item type is invalid for CancelCalendarItem action.
ErrorInvalidItemForOperationCreateItem = 174Item type is invalid for CreateItem operation.
ErrorInvalidItemForOperationCreateItemAttachment = 175Item type is invalid for CreateItemAttachment operation.
ErrorInvalidItemForOperationDeclineItem = 176Item type is invalid for DeclineItem operation.
ErrorInvalidItemForOperationExpandDL = 177ExpandDL operation does not support this item type.
ErrorInvalidItemForOperationRemoveItem = 178Item type is invalid for RemoveItem operation.
ErrorInvalidItemForOperationSendItem = 179Item type is invalid for SendItem operation.
ErrorInvalidItemForOperationTentative = 180The item of this type is invalid for TentativelyAcceptItem action.
ErrorInvalidLogonType = 181The logon type isn't valid.
ErrorInvalidMailbox = 182Mailbox is invalid. Verify the specified Mailbox property.
ErrorInvalidManagedFolderProperty = 183The Managed Folder property is corrupt or otherwise invalid.
ErrorInvalidManagedFolderQuota = 184The managed folder has an invalid quota.
ErrorInvalidManagedFolderSize = 185The managed folder has an invalid storage limit value.
ErrorInvalidManagementRoleHeader = 417invalid managementrole header value or usage.
ErrorInvalidMergedFreeBusyInterval = 186ErrorInvalidMergedFreeBusyInterval
ErrorInvalidNameForNameResolution = 187The specified value is not a valid name for name resolution.
ErrorInvalidNetworkServiceContext = 188ErrorInvalidNetworkServiceContext
ErrorInvalidOofParameter = 189ErrorInvalidOofParameter
ErrorInvalidOperation = 190ErrorInvalidOperation
ErrorInvalidOrganizationRelationshipForFreeBusy = 191ErrorInvalidOrganizationRelationshipForFreeBusy
ErrorInvalidPagingMaxRows = 192MaxEntriesReturned must be greater than zero.
ErrorInvalidParentFolder = 193Cannot create a subfolder within a SearchFolder.
ErrorInvalidPercentCompleteValue = 194PercentComplete must be an integer between 0 and 100.
ErrorInvalidPermissionSettings = 195The permission settings were not valid.
ErrorInvalidPhoneCallId = 196The phone call ID isn't valid.
ErrorInvalidPhoneNumber = 197The phone number isn't valid.
ErrorInvalidPhotoSize = 450The requested size is invalid.
ErrorInvalidPropertyAppend = 198The append action is not supported for this property.
ErrorInvalidPropertyDelete = 199The delete action is not supported for this property.
ErrorInvalidPropertyForExists = 200Property cannot be used in Exists expression. Use IsEqualTo instead.
ErrorInvalidPropertyForOperation = 201Property is not valid for this operation.
ErrorInvalidPropertyRequest = 202Property is not valid for this object type.
ErrorInvalidPropertySet = 203Set action is invalid for property.
ErrorInvalidPropertyUpdateSentMessage = 204Update operation is invalid for property of a sent message.
ErrorInvalidProxySecurityContext = 205The proxy security context is invalid.
ErrorInvalidPullSubscriptionId = 206SubscriptionId is invalid. Subscription is not a pull subscription.
ErrorInvalidPushSubscriptionUrl = 207URL specified for push subscription is invalid.
ErrorInvalidRecipientSubfilter = 209Recipient subfilters are only supported when there are two expressions within a single AND filter.
ErrorInvalidRecipientSubfilterComparison = 210Recipient subfilter must have a comparison filter that tests equality to recipient type or attendee type.
ErrorInvalidRecipientSubfilterOrder = 211Recipient subfilters must have a text filter and a comparison filter in that order.
ErrorInvalidRecipientSubfilterTextFilter = 212Recipient subfilter must have a TextFilter on the SMTP address only.
ErrorInvalidRecipients = 208One or more recipients are invalid.
ErrorInvalidReferenceItem = 213The reference item does not support the requested operation.
ErrorInvalidRequest = 214The request is invalid.
ErrorInvalidRestriction = 215The restriction is invalid.
ErrorInvalidRetentionTagIdGuid = 219ErrorInvalidRetentionTagIdGuid.
ErrorInvalidRetentionTagInheritance = 218ErrorInvalidRetentionTagInheritance.
ErrorInvalidRetentionTagInvisible = 217ErrorInvalidRetentionTagInvisible.
ErrorInvalidRetentionTagNone = 420There are no retention tags.
ErrorInvalidRetentionTagTypeMismatch = 216ErrorInvalidRetentionIdTagTypeMismatch.
ErrorInvalidRoutingType = 220The routing type format is invalid.
ErrorInvalidSIPUri = 230The SIP address isn't valid.
ErrorInvalidScheduledOofDuration = 221ErrorInvalidScheduledOofDuration
ErrorInvalidSchemaVersionForMailboxVersion = 222The mailbox that was requested doesn't support the specified RequestServerVersion.
ErrorInvalidSecurityDescriptor = 223ErrorInvalidSecurityDescriptor
ErrorInvalidSendItemSaveSettings = 224Invalid combination of SaveItemToFolder attribute and SavedItemFolderId element.
ErrorInvalidSerializedAccessToken = 225Invalid serialized access token.
ErrorInvalidServerVersion = 226The specified server version is invalid.
ErrorInvalidSharingData = 227The sharing message metadata is not valid.
ErrorInvalidSharingMessage = 228The sharing message is not valid.
ErrorInvalidSid = 229A SID with an invalid format was encountered.
ErrorInvalidSmtpAddress = 231The SMTP address format is invalid.
ErrorInvalidSubfilterType = 232Invalid subFilterType.
ErrorInvalidSubfilterTypeNotAttendeeType = 233SubFilterType is not attendee type.
ErrorInvalidSubfilterTypeNotRecipientType = 234SubFilterType is not recipient type.
ErrorInvalidSubscription = 235Subscription is invalid.
ErrorInvalidSubscriptionRequest = 236A subscription can only be established on a single public folder or on folders from a single mailbox.
ErrorInvalidSyncStateData = 237Synchronization state data is corrupt or otherwise invalid.
ErrorInvalidTimeInterval = 238ErrorInvalidTimeInterval
ErrorInvalidUserInfo = 239A UserId was not valid.
ErrorInvalidUserOofSettings = 240ErrorInvalidUserOofSettings
ErrorInvalidUserPrincipalName = 241The impersonation principal name is invalid.
ErrorInvalidUserSid = 242The user SID is invalid or does not map to a user in the Active Directory.
ErrorInvalidUserSidMissingUPN = 243ErrorInvalidUserSidMissingUPN
ErrorInvalidValueForProperty = 244The specified value is invalid for property.
ErrorInvalidWatermark = 245The watermark is invalid.
ErrorIrresolvableConflict = 247The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.
ErrorItemCorrupt = 248The item is corrupt.
ErrorItemNotFound = 249The specified object was not found in the store.
ErrorItemPropertyRequestFailed = 250One or more of the properties requested for this item could not be retrieved.
ErrorItemSave = 251The item save operation did not succeed.
ErrorItemSavePropertyError = 252Item save operation did not succeed.
ErrorLegacyMailboxFreeBusyViewTypeNotMerged = 253ErrorLegacyMailboxFreeBusyViewTypeNotMerged
ErrorLocalServerObjectNotFound = 254ErrorLocalServerObjectNotFound
ErrorLocationServicesDisabled = 432The location service is disabled.
ErrorLocationServicesInvalidRequest = 433Invalid location service request.
ErrorLocationServicesRequestFailed = 434The request for location information failed.
ErrorLocationServicesRequestTimedOut = 435The request for location information timed out.
ErrorLogonAsNetworkServiceFailed = 255ErrorLogonAsNetworkServiceFailed
ErrorMailRecipientNotFound = 264ErrorMailRecipientNotFound
ErrorMailTipsDisabled = 265MailTips aren't available for your organization.
ErrorMailboxConfiguration = 256Unable to access an account or mailbox.
ErrorMailboxDataArrayEmpty = 257ErrorMailboxDataArrayEmpty
ErrorMailboxDataArrayTooBig = 258ErrorMailboxDataArrayTooBig
ErrorMailboxFailover = 259ErrorMailboxFailover
ErrorMailboxHoldNotFound = 260The specific mailbox hold is not found.
ErrorMailboxLogonFailed = 261ErrorMailboxLogonFailed
ErrorMailboxMoveInProgress = 262Mailbox move in progress. Try again later.
ErrorMailboxScopeNotAllowedWithoutQueryString = 437Mailbox scope not allowed without a query string.
The mailbox database is temporarily unavailable.
ErrorManagedFolderAlreadyExists = 266The specified Managed Folder already exists in the mailbox.
ErrorManagedFolderNotFound = 267Unable to find the specified managed folder in the Active Directory.
ErrorManagedFoldersRootFailure = 268Failed to create or bind to the folder: Managed Folders
ErrorMeetingSuggestionGenerationFailed = 269ErrorMeetingSuggestionGenerationFailed
ErrorMessageDispositionRequired = 270MessageDisposition attribute is required.
ErrorMessageSizeExceeded = 271The message exceeds the maximum supported size.
ErrorMessageTrackingNoSuchDomain = 272The domain specified in the tracking request doesn't exist.
ErrorMessageTrackingPermanentError = 273The log search service can't track this message.
ErrorMessageTrackingTransientError = 274The log search service isn't currently available. Please try again later.
ErrorMimeContentConversionFailed = 275MIME content conversion failed.
ErrorMimeContentInvalid = 276Invalid MIME content.
ErrorMimeContentInvalidBase64String = 277Invalid base64 string for MIME content.
ErrorMissedNotificationEvents = 278The subscription has missed events, but will continue service on this connection.
ErrorMissingArgument = 279ErrorMissingArgument
ErrorMissingEmailAddress = 280When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids.
ErrorMissingEmailAddressForManagedFolder = 281When making a request with an account that does not have a mailbox, you must specify the primary SMTP address for an existing mailbox.
ErrorMissingInformationEmailAddress = 282EmailAddress or ItemId must be included in the request.
ErrorMissingInformationReferenceItemId = 283ReferenceItemId must be included in the request.
ErrorMissingInformationSharingFolderId = 284SharingFolderId must be included in the request.
ErrorMissingItemForCreateItemAttachment = 285An item must be specified when creating an item attachment.
ErrorMissingManagedFolderId = 286The managed folder Id is missing.
ErrorMissingRecipients = 287A message needs to have at least one recipient.
ErrorMissingUserIdInformation = 288Missing information for delegate user. You must either specify a valid SMTP address or SID.
ErrorMoreThanOneAccessModeSpecified = 289Only one access mode header may be specified.
ErrorMoveCopyFailed = 290The move or copy operation failed.
ErrorMoveDistinguishedFolder = 291Cannot move distinguished folder.
ErrorMultiLegacyMailboxAccess = 292ErrorMultiLegacyMailboxAccess
ErrorNameResolutionMultipleResults = 293Multiple results were found.
ErrorNameResolutionNoMailbox = 294User must have a mailbox for name resolution operations.
ErrorNameResolutionNoResults = 295No results were found.
ErrorNewEventStreamConnectionOpened = 296Another connection was opened against this subscription.
ErrorNoApplicableProxyCASServersAvailable = 297Exchange Web Services are not currently available for this request because there are no available Client Access Services Servers in the target AD Site.
ErrorNoCalendar = 298ErrorNoCalendar
ErrorNoDestinationCASDueToKerberosRequirements = 299Exchange Web Services aren't available for this request because there is no Client Access server with the necessary configuration in the Active Directory site where the mailbox is stored. If the problem continues, click Help.
ErrorNoDestinationCASDueToSSLRequirements = 300Exchange Web Services aren't currently available for this request because an SSL connection couldn't be established to the Client Access server that should be used for mailbox access. If the problem continues, click Help.
ErrorNoDestinationCASDueToVersionMismatch = 301Exchange Web Services aren't currently available for this request because the Client Access server used for proxying has an older version of Exchange installed than the Client Access server in the mailbox Active Directory site.
ErrorNoFolderClassOverride = 302You cannot specify the FolderClass when creating a non-generic folder.
ErrorNoFreeBusyAccess = 303ErrorNoFreeBusyAccess
ErrorNoPropertyTagForCustomProperties = 306Custom properties cannot be specified using property tags. The GUID and Id/Name combination must be used instead.
ErrorNoPublicFolderReplicaAvailable = 307ErrorNoPublicFolderReplicaAvailable
ErrorNoPublicFolderServerAvailable = 308There are no public folder servers available.
ErrorNoRespondingCASInDestinationSite = 309Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process the request.
ErrorNoSpeechDetected = 438No speech detected.
ErrorNonExistentMailbox = 304Mailbox does not exist.
ErrorNonPrimarySmtpAddress = 305The primary SMTP address must be specified when referencing a mailbox.
ErrorNotAllowedExternalSharingByPolicy = 310Policy does not allow granting of permissions to external users.
ErrorNotDelegate = 311The user is not a delegate for the mailbox.
ErrorNotEnoughMemory = 312There was not enough memory to complete the request.
ErrorNotSupportedSharingMessage = 313The sharing message is not supported.
ErrorObjectTypeChanged = 314Operation would change object type, which is not permitted.
ErrorOccurrenceCrossingBoundary = 315Modified occurrence is crossing or overlapping adjacent occurrence.
ErrorOccurrenceTimeSpanTooBig = 316One occurrence of the recurring calendar item overlaps with another occurrence of the same calendar item.
ErrorOperationNotAllowedWithPublicFolderRoot = 317Operation not allowed with public folder root.
ErrorOrganizationNotFederated = 318Organization is not federated.
ErrorOutlookRuleBlobExists = 319ErrorOutlookRuleBlobExists
ErrorParentFolderIdRequired = 320You must specify the parent folder Id for this operation.
ErrorParentFolderNotFound = 321The specified parent folder could not be found.
ErrorPasswordChangeRequired = 322Password change is required.
ErrorPasswordExpired = 323Password has expired. Change password.
ErrorPermissionNotAllowedByPolicy = 324Policy does not allow granting permission level to user.
ErrorPhoneNumberNotDialable = 325Dialing restrictions are preventing the phone number that was entered from being dialed.
ErrorPromptPublishingOperationFailed = 439An error occurred while accessing the custom prompt publishing point.
ErrorPropertyUpdate = 326Property update did not succeed.
ErrorPropertyValidationFailure = 327At least one property failed validation.
ErrorProxiedSubscriptionCallFailure = 328Subscription related request failed because EWS could not contact the appropriate CAS server for this request. If this problem persists, recreate the subscription.
ErrorProxyCallFailed = 329Request failed because EWS could not contact the appropriate CAS server for this request.
ErrorProxyGroupSidLimitExceeded = 330Exchange Web Services (EWS) is not available for this mailbox because the user account associated with the mailbox is a member of too many groups. EWS limits the group membership it can proxy between Client Access Service Servers to 3000.
ErrorProxyRequestNotAllowed = 331ErrorProxyRequestNotAllowed
ErrorProxyRequestProcessingFailed = 332ErrorProxyRequestProcessingFailed
ErrorProxyServiceDiscoveryFailed = 333Exchange Web Services are not currently available for this mailbox because it could not determine the Client Access Services Server to use for the mailbox.
ErrorProxyTokenExpired = 334Proxy token has expired.
ErrorPublicFolderMailboxDiscoveryFailed = 440Unable to discover the URL of the public folder mailbox.
ErrorPublicFolderOperationFailed = 441Public folder operation failed.
ErrorPublicFolderRequestProcessingFailed = 335ErrorPublicFolderRequestProcessingFailed
ErrorPublicFolderServerNotFound = 336ErrorPublicFolderServerNotFound
ErrorPublicFolderSyncException = 442The operation succeeded on the primary public folder mailbox, but failed to sync to the secondary public folder mailbox.
ErrorQueryFilterTooLong = 337The search folder has a restriction that is too long to return.
ErrorQuotaExceeded = 338Mailbox has exceeded maximum mailbox size.
ErrorReadEventsFailed = 339Unable to retrieve events for this subscription. The subscription must be recreated.
ErrorReadReceiptNotPending = 340Unable to suppress read receipt. Read receipts are not pending.
ErrorRecipientNotFound = 443Discovery Searches are disabled.
ErrorRecognizerNotInstalled = 444Recognizer not installed.
ErrorRecurrenceEndDateTooBig = 341Recurrence end date can not exceed Sep 1, 4500 00:00:00.
ErrorRecurrenceHasNoOccurrence = 342Recurrence has no occurrences in the specified range.
ErrorRemoveDelegatesFailed = 343Failed to remove one or more delegates.
ErrorRequestAborted = 344ErrorRequestAborted
ErrorRequestStreamTooBig = 345ErrorRequestStreamTooBig
ErrorRequiredPropertyMissing = 346Required property is missing.
ErrorResolveNamesInvalidFolderType = 347Cannot perform ResolveNames for non-contact folder.
ErrorResolveNamesOnlyOneContactsFolderAllowed = 348Only one contacts folder can be specified in request.
ErrorResponseSchemaValidation = 349The response failed schema validation.
ErrorRestrictionTooComplex = 350The restriction or sort order is too complex for this operation.
ErrorRestrictionTooLong = 351Restriction contained too many elements.
ErrorResultSetTooBig = 352ErrorResultSetTooBig
ErrorRulesOverQuota = 353ErrorRulesOverQuota
ErrorSavedItemFolderNotFound = 354The folder in which items were to be saved could not be found.
ErrorSchemaValidation = 355The request failed schema validation.
ErrorSearchFolderNotInitialized = 356The search folder is not initialized.
ErrorSearchQueryHasTooManyKeywords = 418SearchMailboxes query has too many keywords.
ErrorSearchTooManyMailboxes = 419SearchMailboxes on too many mailboxes.
ErrorSendAsDenied = 357The user account which was used to submit this request does not have the right to send mail on behalf of the specified sending account.
ErrorSendMeetingCancellationsRequired = 358SendMeetingCancellations attribute is required for Calendar items.
ErrorSendMeetingInvitationsOrCancellationsRequired = 359The SendMeetingInvitationsOrCancellations attribute is required for calendar items.
ErrorSendMeetingInvitationsRequired = 360The SendMeetingInvitations attribute is required for calendar items.
ErrorSentMeetingRequestUpdate = 361The meeting request has already been sent and might not be updated.
ErrorSentTaskRequestUpdate = 362The task request has already been sent and may not be updated.
ErrorServerBusy = 363The server cannot service this request right now. Try again later.
ErrorServiceDiscoveryFailed = 364ErrorServiceDiscoveryFailed
ErrorSharingNoExternalEwsAvailable = 365No external Exchange Web Service URL available.
ErrorSharingSynchronizationFailed = 366Failed to synchronize the sharing folder.
ErrorSpeechGrammarError = 445Speech grammar error.
ErrorStaleObject = 367The current ChangeKey is required for this operation.
ErrorSubmissionQuotaExceeded = 368The message couldn't be sent because the sender's submission quota was exceeded. Please try again later.
ErrorSubscriptionAccessDenied = 369Access is denied. Only the subscription owner may access the subscription.
ErrorSubscriptionDelegateAccessNotSupported = 370Subscriptions are not supported for delegate user access.
ErrorSubscriptionNotFound = 371The specified subscription was not found.
ErrorSubscriptionUnsubscribed = 372The StreamingSubscription was unsubscribed while the current connection was servicing it.
ErrorSyncFolderNotFound = 373The folder to be synchronized could not be found.
ErrorTeamMailboxActiveToPendingDelete = 378ErrorTeamMailboxActiveToPendingDelete
ErrorTeamMailboxErrorUnknown = 380ErrorTeamMailboxErrorUnknown
ErrorTeamMailboxFailedSendingNotifications = 379ErrorTeamMailboxFailedSendingNotifications
ErrorTeamMailboxNotAuthorizedOwner = 377ErrorTeamMailboxNotAuthorizedOwner
ErrorTeamMailboxNotFound = 374ErrorTeamMailboxNotFound
ErrorTeamMailboxNotLinkedToSharePoint
ErrorTeamMailboxUrlValidationFailed = 376ErrorTeamMailboxUrlValidationFailed
ErrorTimeIntervalTooBig = 381ErrorTimeIntervalTooBig
ErrorTimeZone = 383The time zone isn't valid.
ErrorTimeoutExpired = 382ErrorTimeoutExpired
ErrorToFolderNotFound = 384The specified target folder could not be found.
ErrorTokenSerializationDenied = 385The requesting account does not have permission to serialize tokens.
ErrorTooManyObjectsOpened = 446Too many concurrent connections opened.
Unified Messaging server unavailable.
ErrorUnableToGetUserOofSettings = 386ErrorUnableToGetUserOofSettings
ErrorUnableToRemoveImContactFromGroup = 387ErrorUnableToRemoveImContactFromGroup
ErrorUnifiedMessagingDialPlanNotFound = 388A dial plan could not be found.
ErrorUnifiedMessagingPromptNotFound = 448The Unified Messaging custom prompt file you specified couldn't be found.
ErrorUnifiedMessagingReportDataNotFound = 449Report data for the UM call summary couldn't be found.
ErrorUnifiedMessagingRequestFailed = 389The UnifiedMessaging request failed.
ErrorUnifiedMessagingServerNotFound = 390A connection couldn't be made to the Unified Messaging server.
ErrorUnsupportedCulture = 391The specified item culture is not supported on this server.
ErrorUnsupportedMapiPropertyType = 392The MAPI property type is not supported.
ErrorUnsupportedMimeConversion = 393MIME conversion is not supported for this item type.
ErrorUnsupportedPathForQuery = 394The property can not be used with this type of restriction.
ErrorUnsupportedPathForSortGroup = 395The property can not be used for sorting or grouping results.
ErrorUnsupportedPropertyDefinition = 396PropertyDefinition is not supported in searches.
ErrorUnsupportedQueryFilter = 397QueryFilter type is not supported.
ErrorUnsupportedRecurrence = 398The specified recurrence is not supported.
ErrorUnsupportedSubFilter = 399Unsupported subfilter type.
ErrorUnsupportedTypeForConversion = 400Unsupported type for restriction conversion.
ErrorUpdateDelegatesFailed = 401Failed to update one or more delegates.
ErrorUpdatePropertyMismatch = 402Property for update does not match property in object.
ErrorUserNotAllowedByPolicy = 403Policy does not allow granting permissions to user.
ErrorUserNotUnifiedMessagingEnabled = 404The user isn't enabled for Unified Messaging
ErrorUserWithoutFederatedProxyAddress = 405The user doesn't have an SMTP proxy address from a federated domain.
ErrorValueOutOfRange = 406The value is out of range.
ErrorVirusDetected = 407Virus detected in the message.
ErrorVirusMessageDeleted = 408The item has been deleted as a result of a virus scan.
ErrorVoiceMailNotImplemented = 409The Voice Mail distinguished folder is not implemented.
ErrorWeatherServiceDisabled = 436Weather service is disabled.
ErrorWebRequestInInvalidState = 410ErrorWebRequestInInvalidState
ErrorWin32InteropError = 411ErrorWin32InteropError
ErrorWorkingHoursSaveFailed = 412ErrorWorkingHoursSaveFailed
ErrorWorkingHoursXmlMalformed = 413ErrorWorkingHoursXmlMalformed
ErrorWrongServerVersion = 414The Client Access server version doesn't match the Mailbox server version of the resource that was being accessed. To determine the correct URL to use to access the resource, use Autodiscover with the address of the resource.
ErrorWrongServerVersionDelegate = 415The mailbox of the authenticating user and the mailbox of the resource being accessed must have the same Mailbox server version.
NoError = 0NoError. Indicates that an error has not occurred.