System.setProperty("http.proxyPort", String.valueOf(settings.getUserSettings().internetProxyPort()));
}
try {
// Initialize exchange source
final ExchangeSourceImpl exchangeSource = new ExchangeSourceImpl(settings.getExchangeSettings());
// Initialize statistics collector
final StatisticsCollector stats = new StatisticsCollector();
if (settings.getUserSettings().syncAppointments()) {