Enum AutodiscoverErrorCode
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the error codes that can be returned by the Autodiscover service.
public enum AutodiscoverErrorCode
Fields
InternalServerError = 10Internal server error.
InvalidDomain = 8The requested domain is not valid.
InvalidRequest = 4The request is invalid.
InvalidSetting = 5A specified setting is invalid.
InvalidUser = 3The user that was passed in the request is invalid.
NoError = 0There was no Error.
NotFederated = 9The organization is not federated.
RedirectAddress = 1The caller must follow the e-mail address redirection that was returned by Autodiscover.
RedirectUrl = 2The caller must follow the URL redirection that was returned by Autodiscover.
ServerBusy = 7The server is too busy to process the request.
SettingIsNotAvailable = 6A specified setting is not available.