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

ExchangeServiceFindAppointments(WellKnownFolderName, CalendarView, CancellationToken) - метод

Obtains a list of appointments by searching the contents of a specific folder. 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(
	WellKnownFolderName parentFolderName,
	CalendarView calendarView,
	CancellationToken token = default
)

Параметры

parentFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the calendar folder in which to search for items.
calendarView
Тип: Tessa.Exchange.WebServices.DataCalendarView
The calendar view controlling the number of appointments returned.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskFindItemsResultsAppointment
A collection of appointments representing the contents of the specified folder.
См. также