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