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.

Definition

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

Параметры

parentFolderName  WellKnownFolderName
The name of the calendar folder in which to search for items.
calendarView  CalendarView
The calendar view controlling the number of appointments returned.
token  CancellationToken  (Optional)
 

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

TaskFindItemsResultsAppointment
A collection of appointments representing the contents of the specified folder.

См. также