OutlookConfigurationSettings constructor

OutlookConfigurationSettings()
Initializes a new instance of the

Implementation

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