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.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<FindItemsResults<Appointment>> FindAppointments(
	CalendarView view,
	CancellationToken token = default
)

Параметры

view  CalendarView
The view controlling the range of appointments returned.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskFindItemsResultsAppointment
An object representing the results of the search operation.

См. также