| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPackage |
ExchangeProxyProtocol.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.
|
AuthenticationPackage |
ExchangeProtocol.getAuthenticationPackage()
Gets the authentication scheme that is used when authenticating against the Exchange server that has the Mailbox server role installed.
|
static AuthenticationPackage |
AuthenticationPackage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationPackage[] |
AuthenticationPackage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeProxyProtocol.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 |
ExchangeProtocol.setAuthenticationPackage(AuthenticationPackage authenticationPackage)
Sets the authentication scheme that is used when authenticating against the Exchange server that has the Mailbox server role installed.
|