示例#1
0
 public ExchangeServerAccessLicense(ExchangeServerAccessLicense.ServerVersionMajor versionMajor, ExchangeServerAccessLicense.AccessLicenseType accessLicense, ExchangeServerAccessLicense.UnitLabelType unitLabel, ExchangeServerAccessLicense.TabulationMethodType tabulationMethod)
 {
     this.VersionMajor     = versionMajor;
     this.AccessLicense    = accessLicense;
     this.UnitLabel        = unitLabel;
     this.TabulationMethod = tabulationMethod;
     this.InternalInitialize();
 }
示例#2
0
 public ExchangeServerAccessLicense(ExchangeServerAccessLicense.ServerVersionMajor versionMajor, ExchangeServerAccessLicense.AccessLicenseType accessLicense, ExchangeServerAccessLicense.UnitLabelType unitLabel) : this(versionMajor, accessLicense, unitLabel, ExchangeServerAccessLicense.TabulationMethodType.Net)
 {
 }