Appointment(ExchangeService) Constructor

Definition

Initializes an unsaved local instance of the Appointment class. To bind to an existing appointment, use the Bind(ExchangeService, ItemId) method instead.

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

Parameters

service
ExchangeService

The ExchangeService instance to which this appointment is bound.

Applies to