/// <summary> /// Initializes a new instance of the <see cref="OutlookConfigurationSettings"/> class. /// </summary> public OutlookConfigurationSettings() { this.user = new OutlookUser(); this.account = new OutlookAccount(); }