Autodiscover/AutodiscoverService library
Classes
- AutodiscoverService
- Represents a binding to the Exchange Autodiscover Service.
Typedefs
- AutodiscoverRedirectionUrlValidationCallback = bool Function(String redirectionUrl)
- Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.
- GetDomainCallback = String Function()
-
GetSettingsMethod<
TGetSettingsResponseCollection, TSettingName> = Future< TGetSettingsResponseCollection> Function(List<String> smtpAddresses, List<TSettingName> settings, ExchangeVersion? requestedVersion, OutParam<Uri> autodiscoverUrl)