public class ExchangeProxyProtocol
extends java.lang.Object
| Constructor and Description |
|---|
ExchangeProxyProtocol()
Initializes a new instance of the ExchangeProxyProtocol class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActiveDirectory()
Gets the active directory.
|
AuthenticationPackage |
getAuthenticationPackage()
Gets the authentication scheme that is used when authenticating against the computer that is running Microsoft Exchange Server that has the Mailbox server role installed.
|
java.lang.String |
getAvailabilityServiceUrl()
Gets the URL of the best instance of the Exchange Web Services for a mail-enabled user.
|
java.lang.String |
getExchangeControlPanelEmailAggregationUrl()
In conjunction with the
|
java.lang.String |
getExchangeControlPanelMessageTrackingUrl()
In conjunction with the
|
java.lang.String |
getExchangeControlPanelRetentionTagsUrl()
In conjunction with the
|
java.lang.String |
getExchangeControlPanelTextMessagingUrl()
In conjunction with the
|
java.lang.String |
getExchangeControlPanelUnifiedMessagingUrl()
In conjunction with the
|
java.lang.String |
getExchangeControlPanelUrl()
Gets the the base Exchange Control Panel (ECP) URL.
|
java.lang.String |
getExchangeWebServiceUrl()
Gets the URL for the Web services virtual directory.
|
java.lang.String |
getMailboxDatabaseLegacyDN()
Gets the distinguished name of the mailbox database.
|
java.lang.String |
getOfflineAddressBookUrl()
Gets the Offline Address Book configuration server URL for an Exchange topology.
|
java.lang.String |
getOutOfOfficeUrl()
Gets the URL of the best instance of the Availability service for a mail-enabled user.
|
java.lang.String |
getPublicFolderServer()
Gets the fully qualified domain name (FQDN) of an Exchange Mailbox server that has a public folder database.
|
java.lang.String |
getServer()
Gets the name of the mail server.
|
java.lang.String |
getServerDN()
Gets the distinguished name of the computer that is running Microsoft Exchange Server.
|
java.lang.String |
getServerVersion()
Gets the version number of the computer that is running Microsoft Exchange Server.
|
ProtocolType |
getType()
Gets the type of the configured mail account.
|
java.lang.String |
getUnifiedMessagingServiceUrl()
Gets the URL of the best instance of the Unified Messaging Web service for a mail-enabled user.
|
boolean |
isSslEnabled()
Gets whether secure logon is required.
|
void |
setActiveDirectory(java.lang.String activeDirectory)
Sets the active directory.
|
void |
setAuthenticationPackage(AuthenticationPackage authenticationPackage)
Sets the authentication scheme that is used when authenticating against the computer that is running Microsoft Exchange Server that has the Mailbox server role installed.
|
void |
setAvailabilityServiceUrl(java.lang.String availabilityServiceUrl)
Sets the URL of the best instance of the Exchange Web Services for a mail-enabled user.
|
void |
setExchangeControlPanelEmailAggregationUrl(java.lang.String exchangeControlPanelEmailAggregationUrl)
In conjunction with the
|
void |
setExchangeControlPanelMessageTrackingUrl(java.lang.String exchangeControlPanelMessageTrackingUrl)
In conjunction with the
|
void |
setExchangeControlPanelRetentionTagsUrl(java.lang.String exchangeControlPanelRetentionTagsUrl)
In conjunction with the
|
void |
setExchangeControlPanelTextMessagingUrl(java.lang.String exchangeControlPanelTextMessagingUrl)
In conjunction with the
|
void |
setExchangeControlPanelUnifiedMessagingUrl(java.lang.String exchangeControlPanelUnifiedMessagingUrl)
In conjunction with the
|
void |
setExchangeControlPanelUrl(java.lang.String exchangeControlPanelUrl)
Sets the the base Exchange Control Panel (ECP) URL.
|
void |
setExchangeWebServiceUrl(java.lang.String exchangeWebServiceUrl)
Sets the URL for the Web services virtual directory.
|
void |
setMailboxDatabaseLegacyDN(java.lang.String mailboxDatabaseLegacyDN)
Sets the distinguished name of the mailbox database.
|
void |
setOfflineAddressBookUrl(java.lang.String offlineAddressBookUrl)
Sets the Offline Address Book configuration server URL for an Exchange topology.
|
void |
setOutOfOfficeUrl(java.lang.String outOfOfficeUrl)
Sets the URL of the best instance of the Availability service for a mail-enabled user.
|
void |
setPublicFolderServer(java.lang.String publicFolderServer)
Sets the fully qualified domain name (FQDN) of an Exchange Mailbox server that has a public folder database.
|
void |
setServer(java.lang.String server)
Sets the name of the mail server.
|
void |
setServerDN(java.lang.String serverDN)
Sets the distinguished name of the computer that is running Microsoft Exchange Server.
|
void |
setServerVersion(java.lang.String serverVersion)
Sets the version number of the computer that is running Microsoft Exchange Server.
|
void |
setSslEnabled(boolean sslEnabled)
Sets whether secure logon is required.
|
void |
setUnifiedMessagingServiceUrl(java.lang.String unifiedMessagingServiceUrl)
Sets the URL of the best instance of the Unified Messaging Web service for a mail-enabled user.
|
public ExchangeProxyProtocol()
public ProtocolType getType()
public AuthenticationPackage getAuthenticationPackage()
public void setAuthenticationPackage(AuthenticationPackage authenticationPackage)
authenticationPackage - the new authentication packagepublic java.lang.String getServer()
public void setServer(java.lang.String server)
server - the new serverpublic java.lang.String getServerDN()
public void setServerDN(java.lang.String serverDN)
serverDN - the new server dnpublic java.lang.String getServerVersion()
public void setServerVersion(java.lang.String serverVersion)
serverVersion - the new server versionpublic java.lang.String getActiveDirectory()
public void setActiveDirectory(java.lang.String activeDirectory)
activeDirectory - the new active directorypublic java.lang.String getMailboxDatabaseLegacyDN()
public void setMailboxDatabaseLegacyDN(java.lang.String mailboxDatabaseLegacyDN)
mailboxDatabaseLegacyDN - the new mailbox database legacy dnpublic java.lang.String getAvailabilityServiceUrl()
public void setAvailabilityServiceUrl(java.lang.String availabilityServiceUrl)
availabilityServiceUrl - the new availability service urlpublic java.lang.String getExchangeWebServiceUrl()
public void setExchangeWebServiceUrl(java.lang.String exchangeWebServiceUrl)
exchangeWebServiceUrl - the new exchange web service urlpublic java.lang.String getUnifiedMessagingServiceUrl()
public void setUnifiedMessagingServiceUrl(java.lang.String unifiedMessagingServiceUrl)
unifiedMessagingServiceUrl - the new unified messaging service urlpublic java.lang.String getOutOfOfficeUrl()
public void setOutOfOfficeUrl(java.lang.String outOfOfficeUrl)
outOfOfficeUrl - the new out of office urlpublic java.lang.String getOfflineAddressBookUrl()
public void setOfflineAddressBookUrl(java.lang.String offlineAddressBookUrl)
offlineAddressBookUrl - the new offline address book urlpublic boolean isSslEnabled()
public void setSslEnabled(boolean sslEnabled)
sslEnabled - the new ssl enabledpublic java.lang.String getExchangeControlPanelUrl()
public void setExchangeControlPanelUrl(java.lang.String exchangeControlPanelUrl)
exchangeControlPanelUrl - the new exchange control panel urlpublic java.lang.String getExchangeControlPanelUnifiedMessagingUrl()
public void setExchangeControlPanelUnifiedMessagingUrl(java.lang.String exchangeControlPanelUnifiedMessagingUrl)
exchangeControlPanelUnifiedMessagingUrl - the new exchange control panel unified messaging urlpublic java.lang.String getExchangeControlPanelEmailAggregationUrl()
public void setExchangeControlPanelEmailAggregationUrl(java.lang.String exchangeControlPanelEmailAggregationUrl)
exchangeControlPanelEmailAggregationUrl - the new exchange control panel email aggregation urlpublic java.lang.String getExchangeControlPanelTextMessagingUrl()
public void setExchangeControlPanelTextMessagingUrl(java.lang.String exchangeControlPanelTextMessagingUrl)
exchangeControlPanelTextMessagingUrl - the new exchange control panel text messaging urlpublic java.lang.String getExchangeControlPanelMessageTrackingUrl()
public void setExchangeControlPanelMessageTrackingUrl(java.lang.String exchangeControlPanelMessageTrackingUrl)
exchangeControlPanelMessageTrackingUrl - the new exchange control panel message tracking urlpublic java.lang.String getExchangeControlPanelRetentionTagsUrl()
public void setExchangeControlPanelRetentionTagsUrl(java.lang.String exchangeControlPanelRetentionTagsUrl)
exchangeControlPanelRetentionTagsUrl - the new exchange control panel retention tags urlpublic java.lang.String getPublicFolderServer()
public void setPublicFolderServer(java.lang.String publicFolderServer)
publicFolderServer - the new public folder server