AppointmentBindToRecurringMaster(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.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static Task<Appointment> BindToRecurringMaster(
ExchangeService service,
ItemId occurrenceId
)
Public Shared Function BindToRecurringMaster (
service As ExchangeService,
occurrenceId As ItemId
) As Task(Of Appointment)
public:
static Task<Appointment^>^ BindToRecurringMaster(
ExchangeService^ service,
ItemId^ occurrenceId
)
static member BindToRecurringMaster :
service : ExchangeService *
occurrenceId : ItemId -> Task<Appointment>
- service ExchangeService
- The service to use to bind to the appointment.
- occurrenceId ItemId
- The Id of one of the occurrences in the series.
TaskAppointmentAn Appointment instance representing the master appointment of the recurring series to which the specified occurrence belongs.