ContactGroup constructor

ContactGroup(
  1. ExchangeService service
)
Initializes an unsaved local instance of the EWS service to which this object belongs.

Implementation

ContactGroup(ExchangeService service) : super(service) {}