ContactGroup(ExchangeService) Constructor

Definition

Initializes an unsaved local instance of the ContactGroup class.

public:
 ContactGroup(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public ContactGroup (Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub New (service As ExchangeService)

Parameters

service
ExchangeService

The ExchangeServiceBase object to which the contact group will be bound.

Applies to