AppointmentBindToOccurrence(ExchangeService, ItemId, Int32, PropertySet) - метод |
Binds to an occurence of an existing appointment 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> BindToOccurrence(
ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet
)
Public Shared Function BindToOccurrence (
service As ExchangeService,
recurringMasterId As ItemId,
occurenceIndex As Integer,
propertySet As PropertySet
) As Task(Of Appointment)
public:
static Task<Appointment^>^ BindToOccurrence(
ExchangeService^ service,
ItemId^ recurringMasterId,
int occurenceIndex,
PropertySet^ propertySet
)
static member BindToOccurrence :
service : ExchangeService *
recurringMasterId : ItemId *
occurenceIndex : int *
propertySet : PropertySet -> Task<Appointment>
Параметры
- service
- Тип: Tessa.Exchange.WebServices.DataExchangeService
The service to use to bind to the appointment. - recurringMasterId
- Тип: Tessa.Exchange.WebServices.DataItemId
The Id of the recurring master that the index represents an occurrence of. - occurenceIndex
- Тип: SystemInt32
The index of the occurrence. - propertySet
- Тип: Tessa.Exchange.WebServices.DataPropertySet
The set of properties to load.
Возвращаемое значение
Тип:
TaskAppointmentAn Appointment instance representing the appointment occurence corresponding to the specified occurence index.
См. также