NameResolutionCollection constructor

NameResolutionCollection(
  1. ExchangeService service
)
Initializes a new instance of the The service.

Implementation

NameResolutionCollection(ExchangeService service) {
  EwsUtilities.Assert(
      service != null, "NameResolutionSet.ctor", "service is null.");

  this._service = service;
}