Uses of Interface
microsoft.exchange.webservices.data.autodiscover.IAutodiscoverRedirectionUrl

Packages that use IAutodiscoverRedirectionUrl
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.core   
 

Uses of IAutodiscoverRedirectionUrl in microsoft.exchange.webservices.data.autodiscover
 

Classes in microsoft.exchange.webservices.data.autodiscover that implement IAutodiscoverRedirectionUrl
 class AutodiscoverService
          Represents a binding to the Exchange Autodiscover Service.
 

Methods in microsoft.exchange.webservices.data.autodiscover that return IAutodiscoverRedirectionUrl
 IAutodiscoverRedirectionUrl AutodiscoverService.getRedirectionUrlValidationCallback()
          Gets the redirection url validation callback.
 

Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type IAutodiscoverRedirectionUrl
 void AutodiscoverService.setRedirectionUrlValidationCallback(IAutodiscoverRedirectionUrl value)
          Sets the redirection url validation callback.
 

Uses of IAutodiscoverRedirectionUrl in microsoft.exchange.webservices.data.core
 

Classes in microsoft.exchange.webservices.data.core that implement IAutodiscoverRedirectionUrl
 class ExchangeService
          Represents a binding to the Exchange Web Services.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type IAutodiscoverRedirectionUrl
 void ExchangeService.autodiscoverUrl(String emailAddress, IAutodiscoverRedirectionUrl validateRedirectionUrlCallback)
          Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by calling the Autodiscover service.
 



Copyright © 2012–2015 Microsoft. All rights reserved.