Uses of Class
microsoft.exchange.webservices.data.core.ExchangeServerInfo
-
Packages that use ExchangeServerInfo Package Description microsoft.exchange.webservices.data.core -
-
Uses of ExchangeServerInfo in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return ExchangeServerInfo Modifier and Type Method Description ExchangeServerInfoExchangeServiceBase. getServerInfo()Gets information associated with the server that processed the last request.static ExchangeServerInfoExchangeServerInfo. parse(EwsServiceXmlReader reader)Parse current element to extract server information.Methods in microsoft.exchange.webservices.data.core with parameters of type ExchangeServerInfo Modifier and Type Method Description voidExchangeServiceBase. setServerInfo(ExchangeServerInfo serverInfo)Sets information associated with the server that processed the last request.
-