OutlookAccount constructor

OutlookAccount()
Initializes a new instance of the

Implementation

OutlookAccount() {
  this._protocols = new Map<OutlookProtocolType?, OutlookProtocol>();
  this._alternateMailboxes = new AlternateMailboxCollection();
}