AutodiscoverRedirectionUrlValidationCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a delegate that is used by the AutodiscoverService class to determine whether a redirection URL can be used.
public delegate bool AutodiscoverRedirectionUrlValidationCallback(System::String ^ redirectionUrl);
public delegate bool AutodiscoverRedirectionUrlValidationCallback(string redirectionUrl);
Public Delegate Function AutodiscoverRedirectionUrlValidationCallback(redirectionUrl As String) As Boolean
Parameters
- redirectionUrl
- String
The redirection URL that Autodiscover is to use.
Return Value
true if Autodiscover is enabled to use this URL; otherwise, false.