Example #1
0
 public GetDomainRequest()
 {
     this._domain = new domainSelector();
 }
Example #2
0
 public GetAllDistributionListsRequest()
 {
     this._domain = new domainSelector();
 }
Example #3
0
 public GetAllAccountsRequest()
 {
     this._domain = new domainSelector();
     this._server = new serverSelector();
 }