AutodiscoverErrorCode - перечисление |
Defines the error codes that can be returned by the Autodiscover service.
Пространство имён:
Tessa.Exchange.WebServices.Autodiscover
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public enum AutodiscoverErrorCode
Public Enumeration AutodiscoverErrorCode
public enum class AutodiscoverErrorCode
type AutodiscoverErrorCode
Члены
| Имя члена | Значение | Описание |
---|
| NoError | 0 |
There was no Error.
|
| RedirectAddress | 1 |
The caller must follow the e-mail address redirection that was returned by Autodiscover.
|
| RedirectUrl | 2 |
The caller must follow the URL redirection that was returned by Autodiscover.
|
| InvalidUser | 3 |
The user that was passed in the request is invalid.
|
| InvalidRequest | 4 |
The request is invalid.
|
| InvalidSetting | 5 |
A specified setting is invalid.
|
| SettingIsNotAvailable | 6 |
A specified setting is not available.
|
| ServerBusy | 7 |
The server is too busy to process the request.
|
| InvalidDomain | 8 |
The requested domain is not valid.
|
| NotFederated | 9 |
The organization is not federated.
|
| InternalServerError | 10 |
Internal server error.
|
См. также