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
)
Public Shared Function BindToRecurringMaster (
service As ExchangeService,
occurrenceId As ItemId,
propertySet As PropertySet
) As Task(Of Appointment)
public:
static Task<Appointment^>^ BindToRecurringMaster(
ExchangeService^ service,
ItemId^ occurrenceId,
PropertySet^ propertySet
)
static member BindToRecurringMaster :
service : ExchangeService *
occurrenceId : ItemId *
propertySet : PropertySet -> Task<Appointment>
Параметры
- 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.
Возвращаемое значение
Тип:
TaskAppointmentAn Appointment instance representing the master appointment of the recurring series to which the specified occurrence belongs.
См. также