Для изменения размера нажмите или перетащите

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
)

Параметры

view
Тип: Tessa.Exchange.WebServices.DataCalendarView
The view controlling the range of appointments returned.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskFindItemsResultsAppointment
An object representing the results of the search operation.
См. также