AutodiscoverService Class |
Namespace: Aspose.Email.Clients.Exchange
The AutodiscoverService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutodiscoverService |
Initializes a new instance of the AutodiscoverService class.
|
![]() | AutodiscoverService(String) |
Initializes a new instance of the AutodiscoverService class.
|
![]() | AutodiscoverService(Uri) |
Initializes a new instance of the AutodiscoverService class.
|
![]() | AutodiscoverService(ExchangeVersion) |
Initializes a new instance of the AutodiscoverService class.
|
![]() | AutodiscoverService(String, ExchangeVersion) |
Initializes a new instance of the AutodiscoverService class.
|
![]() | AutodiscoverService(Uri, ExchangeVersion) |
Initializes a new instance of the AutodiscoverService class.
|
Name | Description | |
---|---|---|
![]() | AcceptGzipEncoding |
Gets or sets a value indicating whether GZip compression encoding should be accepted.
(Inherited from AutodiscoverServiceBase.) |
![]() | ClientRequestId |
Gets or sets the request id for the request.
(Inherited from AutodiscoverServiceBase.) |
![]() | ConnectionGroupName |
Gets or sets the name of the connection group for the request.
(Inherited from AutodiscoverServiceBase.) |
![]() | CookieContainer |
Gets or sets the cookie container.
(Inherited from AutodiscoverServiceBase.) |
![]() | Credentials |
Gets or sets the credentials used to authenticate with the Exchange Web Services. Setting the Credentials property
automatically sets the UseDefaultCredentials to false.
(Inherited from AutodiscoverServiceBase.) |
![]() | Domain |
Gets or 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.
|
![]() | EnableScpLookup |
Gets or sets a value indicating whether the AutodiscoverService should perform SCP (ServiceConnectionPoint) record lookup when determining
the Autodiscover service URL.
|
![]() | HttpHeaders |
Gets a collection of HTTP headers that will be sent with each request to EWS.
(Inherited from AutodiscoverServiceBase.) |
![]() | HttpResponseHeaders |
Gets a collection of HTTP headers from the last response.
(Inherited from AutodiscoverServiceBase.) |
![]() | 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).
|
![]() | KeepAlive |
Gets or sets if the request to the internet resource should contain a Connection HTTP header with the value Keep-alive
(Inherited from AutodiscoverServiceBase.) |
![]() | LogFileName |
Gets or sets log file name
(Inherited from AutodiscoverServiceBase.) |
![]() | PreAuthenticate |
Gets or sets a value that indicates whether HTTP pre-authentication should be performed.
(Inherited from AutodiscoverServiceBase.) |
![]() | RedirectionUrlValidationCallback |
Gets or sets the redirection URL validation callback.
|
![]() | RequestedServerVersion |
Gets the requested server version.
(Inherited from AutodiscoverServiceBase.) |
![]() | ReturnClientRequestId |
Gets or sets a flag to indicate whether the client requires the server side to return the request id.
(Inherited from AutodiscoverServiceBase.) |
![]() | SendClientLatencies |
Gets or sets a value indicating whether client latency info is push to server.
(Inherited from AutodiscoverServiceBase.) |
![]() | ServerInfo |
Gets information associated with the server that processed the last request.
Will be null if no requests have been processed.
(Inherited from AutodiscoverServiceBase.) |
![]() | Timeout |
Gets or sets the timeout used when sending HTTP requests and when receiving HTTP responses, in milliseconds.
Defaults to 100000.
(Inherited from AutodiscoverServiceBase.) |
![]() | Url |
Gets or sets the URL this service is bound to.
|
![]() | UseDateInLogFileName |
Gets or sets value which indicates if date has to be used in log file name.
(Inherited from AutodiscoverServiceBase.) |
![]() | UseDefaultCredentials |
Gets or sets a value indicating whether the credentials of the user currently logged into Windows should be used to
authenticate with the Exchange Web Services. Setting UseDefaultCredentials to true automatically sets the Credentials
property to null.
(Inherited from AutodiscoverServiceBase.) |
![]() | UserAgent |
Gets or sets the user agent.
(Inherited from AutodiscoverServiceBase.) |
![]() | WebProxy |
Gets or sets the web proxy that should be used when sending requests to EWS.
Set this property to null to use the default web proxy.
(Inherited from AutodiscoverServiceBase.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserSettings |
Retrieves the specified settings for single SMTP address.
|
![]() | GetUsersSettings |
Retrieves the specified settings for a set of users.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | OnSerializeCustomSoapHeaders |
Provides an event that applications can implement to emit custom SOAP headers in requests that are sent to Exchange.
(Inherited from AutodiscoverServiceBase.) |