Uses of Interface
microsoft.exchange.webservices.data.autodiscover.IAutodiscoverRedirectionUrl
-
Packages that use IAutodiscoverRedirectionUrl Package Description 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 Modifier and Type Class Description classAutodiscoverServiceRepresents a binding to the Exchange Autodiscover Service.Methods in microsoft.exchange.webservices.data.autodiscover that return IAutodiscoverRedirectionUrl Modifier and Type Method Description IAutodiscoverRedirectionUrlAutodiscoverService. getRedirectionUrlValidationCallback()Gets the redirection url validation callback.Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type IAutodiscoverRedirectionUrl Modifier and Type Method Description voidAutodiscoverService. 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 Modifier and Type Class Description classExchangeServiceRepresents a binding to the Exchange Web Services.Methods in microsoft.exchange.webservices.data.core with parameters of type IAutodiscoverRedirectionUrl Modifier and Type Method Description voidExchangeService. 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.
-