microsoft.exchange.webservices.data
Interface IAutodiscoverRedirectionUrl

All Known Implementing Classes:
AutodiscoverService, ExchangeService

public interface IAutodiscoverRedirectionUrl

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


Method Summary
 boolean autodiscoverRedirectionUrlValidationCallback(java.lang.String redirectionUrl)
          Autodiscover redirection url validation callback.
 

Method Detail

autodiscoverRedirectionUrlValidationCallback

boolean autodiscoverRedirectionUrlValidationCallback(java.lang.String redirectionUrl)
                                                     throws AutodiscoverLocalException
Autodiscover redirection url validation callback.

Parameters:
redirectionUrl - the redirection url
Returns:
true, if successful
Throws:
AutodiscoverLocalException - the autodiscover local exception