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.6.0.22
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 CalendarView
- The view controlling the range of appointments returned.
- token CancellationToken (Optional)
-
TaskFindItemsResultsAppointmentAn object representing the results of the search operation.