Contact(ExchangeService) Constructor

Definition

Initializes an unsaved local instance of the Contact class. To bind to an existing contact, use the Bind method instead.

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

Parameters

service
ExchangeService

The ExchangeServiceBase object to which the contact will be bound.

Applies to