AutodiscoverRedirectionUrlValidationCallback Delegate

Definition

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.

Applies to