Domain Detective

API Reference

Enum

AutodiscoverMethod

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the ordered methods used when looking up Autodiscover endpoints.

Inheritance

  • Enum
  • AutodiscoverMethod

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AutodiscoverMethod SrvRecord #

Lookup using the _autodiscover._tcp SRV record.

Value: 0
public const AutodiscoverMethod AutodiscoverSubdomainHttps #

Use HTTPS on the autodiscover subdomain.

Value: 1
public const AutodiscoverMethod RootDomainHttps #

Use HTTPS on the root domain.

Value: 2
public const AutodiscoverMethod HttpRedirect #

Follow HTTP redirect to an alternate host.

Value: 3
public const AutodiscoverMethod CnameTargetHttps #

Use HTTPS on the CNAME target revealed for autodiscover.

Value: 4
public const AutodiscoverMethod SrvTargetHttps #

Use HTTPS on the SRV target host:port.

Value: 5
public const AutodiscoverMethod OutlookV2Json #

Use Outlook v2 JSON domain discovery endpoint.

Value: 6
public const AutodiscoverMethod OutlookV2JsonPost #

POST Autodiscover request to URL returned by Outlook v2 JSON.

Value: 7
{{ include "footer" }}