Для изменения размера нажмите или перетащите

AppointmentBindToRecurringMaster(ExchangeService, ItemId, PropertySet) - метод

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

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

Параметры

service
Тип: Tessa.Exchange.WebServices.DataExchangeService
The service to use to bind to the appointment.
occurrenceId
Тип: Tessa.Exchange.WebServices.DataItemId
The Id of one of the occurrences in the series.
propertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load.

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

Тип: TaskAppointment
An Appointment instance representing the master appointment of the recurring series to which the specified occurrence belongs.
См. также