Table of Contents

Delegate AutodiscoverRedirectionUrlValidationCallback

Namespace
Microsoft.Exchange.WebServices.Autodiscover
Assembly
Microsoft.Exchange.WebServices.dll

Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.

public delegate bool AutodiscoverRedirectionUrlValidationCallback(string redirectionUrl)

Parameters

redirectionUrl string

Redirection URL that Autodiscover wants to use.

Returns

bool

Delegate returns true if Autodiscover is allowed to use this URL.

Constructors

AutodiscoverRedirectionUrlValidationCallback(object, nint)

public AutodiscoverRedirectionUrlValidationCallback(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string redirectionUrl, AsyncCallback callback, object @object)

Parameters

redirectionUrl string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(string)

public virtual bool Invoke(string redirectionUrl)

Parameters

redirectionUrl string

Returns

bool