AutodiscoverService
Contents
[
Hide
]AutodiscoverService class
Inherits: Aspose::Email::Clients::Exchange::AutodiscoverServiceBase
Represents a binding to the Exchange Autodiscover Service.
Constructors
| Name | Description |
|---|---|
| AutodiscoverService (8 overloads) | Initializes a new instance of the AutodiscoverService class. |
Methods
| Name | Description |
|---|---|
| Func | |
| FuncC | |
| Assert | |
| CreateExceptionResponse | |
| get_DnsServerAddress | Gets the DNS server address. |
| get_Domain | Gets the domain this service is bound to. When this property is set, the domain name is used to automatically determine the Autodiscover service URL. |
| get_EnableScpLookup | Gets a value indicating whether the AutodiscoverService should perform SCP (ServiceConnectionPoint) record lookup when determining the Autodiscover service URL. |
| get_GetScpUrlsForDomainCallback | Gets the delegate used to resolve Autodiscover SCP urls for a specified domain. |
| get_IsExternal | Gets a value indicating whether the Autodiscover service that URL points to is internal (inside the corporate network) or external (outside the corporate network). |
| get_RedirectionUrlValidationCallback | Gets the redirection URL validation callback. |
| get_Url | Gets the URL this service is bound to. |
| GetAutodiscoverServiceHosts | Gets the list of autodiscover service hosts. |
| GetAutodiscoverServiceUrls | Gets the list of autodiscover service URLs. |
| GetDomainSettings (3 overloads) | Retrieves the specified settings for a set of domains. |
| GetLegacyUserSettings | Calls the legacy Autodiscover service to retrieve configuration settings. |
| GetRedirectionUrlFromDnsSrvRecord | Get an autodiscover SRV record in DNS and construct autodiscover URL. |
| GetUserSettings (2 overloads) | Gets the user settings using Autodiscover SOAP service. |
| GetUsersSettings | Retrieves the specified settings for a set of users. |
| InternalGetLegacyUserSettings | Gets user settings from Autodiscover legacy endpoint. |
| InternalGetSoapUserSettings | Calls the SOAP Autodiscover service for user settings for a single SMTP address. |
| PrepareHttpWebRequestForUrl | Creates an HttpWebRequest instance and initializes it with the appropriate parameters, based on the configuration of this service object. |
| ProcessHttpErrorResponse | Processes an HTTP error response. |
| set_DnsServerAddress | Sets the DNS server address. |
| set_Domain | Sets the domain this service is bound to. When this property is set, the domain name is used to automatically determine the Autodiscover service URL. |
| set_EnableScpLookup | Sets a value indicating whether the AutodiscoverService should perform SCP (ServiceConnectionPoint) record lookup when determining the Autodiscover service URL. |
| set_GetScpUrlsForDomainCallback | Sets the delegate used to resolve Autodiscover SCP urls for a specified domain. |
| set_IsExternal | Gets a value indicating whether the Autodiscover service that URL points to is internal (inside the corporate network) or external (outside the corporate network). |
| set_RedirectionUrlValidationCallback | Sets the redirection URL validation callback. |
| set_Url | Sets the URL this service is bound to. |
| TraceResponse | Traces the response. |
| ValidateParam | |
| AutodiscoverMaxRedirections | Maximum number of Url (or address) redirections that will be followed by an Autodiscover call |