AutodiscoverService.AutodiscoverService

AutodiscoverService()

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService()

See Also


AutodiscoverService(ExchangeVersion)

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService(ExchangeVersion requestedServerVersion)
ParameterTypeDescription
requestedServerVersionExchangeVersionThe requested server version.

See Also


AutodiscoverService(string)

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService(string domain)
ParameterTypeDescription
domainStringThe domain that will be used to determine the URL of the service.

See Also


AutodiscoverService(string, ExchangeVersion)

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService(string domain, ExchangeVersion requestedServerVersion)
ParameterTypeDescription
domainStringThe domain that will be used to determine the URL of the service.
requestedServerVersionExchangeVersionThe requested server version.

See Also


AutodiscoverService(Uri)

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService(Uri url)
ParameterTypeDescription
urlUriThe URL of the service.

See Also


AutodiscoverService(Uri, ExchangeVersion)

Initializes a new instance of the AutodiscoverService class.

public AutodiscoverService(Uri url, ExchangeVersion requestedServerVersion)
ParameterTypeDescription
urlUriThe URL of the service.
requestedServerVersionExchangeVersionThe requested server version.

See Also