OutlookConfigurationSettings constructor
OutlookConfigurationSettings()
Implementation
OutlookConfigurationSettings() {
this._user = new OutlookUser();
this._account = new OutlookAccount();
}
OutlookConfigurationSettings() {
this._user = new OutlookUser();
this._account = new OutlookAccount();
}