CalendarFolderFindAppointments - метод |
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion
for recurring appointments. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<FindItemsResults<Appointment>> FindAppointments(
CalendarView view,
CancellationToken token = default
)
Public Function FindAppointments (
view As CalendarView,
Optional token As CancellationToken = Nothing
) As Task(Of FindItemsResults(Of Appointment))
public:
Task<FindItemsResults<Appointment^>^>^ FindAppointments(
CalendarView^ view,
CancellationToken token = CancellationToken()
)
member FindAppointments :
view : CalendarView *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<FindItemsResults<Appointment>>
Параметры
- view
- Тип: Tessa.Exchange.WebServices.DataCalendarView
The view controlling the range of appointments returned. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskFindItemsResultsAppointmentAn object representing the results of the search operation.
См. также