Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class Exchange.Settings

java.lang.Object
  └ com.moyosoft.exchange.Exchange.Settings


public static final class Exchange.Settings

Fields

static boolean
AutoFillContactFields
static boolean
AutoSetTimeZones
static String
ProxyHostname
static String
ProxyPassword
static int
ProxyPort
static String
ProxyUsername
ServiceClientFactory
Allows to specify a factory to create a custom service client handling the HTTP requests and responses between the Java application and the Exchange server. The factory will be used when the Exchange class is instantiated.
static boolean
UseNTLMAuthentication
static String
UseServerVersion

Methods

static boolean
isTrustInvalidCertificate ()
static void
setTrustInvalidCertificate (boolean trustInvalidCertificate)
Defines whether invalid certificates are trusted or not. When set to true, invalid, self-signed or expired security certificate errors are ignored. This method is useful in development environments where a valid SSL certificate is not used.

Community comments



Powered by JavaDocPlus