NameResolutionCollection constructor
NameResolutionCollection(
- ExchangeService service
Implementation
NameResolutionCollection(ExchangeService service) {
EwsUtilities.Assert(
service != null, "NameResolutionSet.ctor", "service is null.");
this._service = service;
}