コード例 #1
0
 internal AddressList(string path, ActiveDirectoryEntryProvider connection)
 {
     _path = path;
     _connection = connection;
 }
コード例 #2
0
 public ExchangeAddressListService()
 {
     _activeDirectoryEntryProvider = new ActiveDirectoryEntryProvider();
 }