OutlookProtocol constructor

OutlookProtocol()
Initializes a new instance of the

Implementation

OutlookProtocol() {
  this.internalOutlookWebAccessUrls = new WebClientUrlCollection();
  this.externalOutlookWebAccessUrls = new WebClientUrlCollection();
}