public class ExternalAccess
extends java.lang.Object
| Constructor and Description |
|---|
ExternalAccess()
Initializes a new instance of the ExternalAccess class.
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeProtocol |
getExchangeProtocol()
Gets a protocol that is used to connect to the server is Exchange RPC.
|
ExchangeProxyProtocol |
getExchangeProxyProtocol()
Gets a protocol that is used to connect to the server is Exchange RPC over HTTP, using an RPC proxy server.
|
java.util.List<OutlookWebAccessUrl> |
getOutlookWebAccessUrls()
Gets the URL and authentication schema that is used to access a particular computer that is running Microsoft Exchange Server that has the Client Access server role installed that hosts Outlook Web Access.
|
WebProtocol |
getWebProtocol()
Gets a protocol where E-mail is accessed from a Web browser by using the URL that is specified in the Server (POX) element.
|
public ExternalAccess()
public java.util.List<OutlookWebAccessUrl> getOutlookWebAccessUrls()
public ExchangeProtocol getExchangeProtocol()
public ExchangeProxyProtocol getExchangeProxyProtocol()
public WebProtocol getWebProtocol()