Appointment.BindToRecurringMaster(ExchangeService, ItemId) - метод

Binds to the master appointment of a recurring series and loads its first class properties. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public static Task<Appointment> BindToRecurringMaster(
	ExchangeService service,
	ItemId occurrenceId
)

Параметры

service  ExchangeService
The service to use to bind to the appointment.
occurrenceId  ItemId
The Id of one of the occurrences in the series.

Возвращаемое значение

Task<Appointment>
An Appointment instance representing the master appointment of the recurring series to which the specified occurrence belongs.

См. также