ExchangeServiceFindAppointments(FolderId, 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(
FolderId parentFolderId,
CalendarView calendarView,
CancellationToken token = default
)
Public Function FindAppointments (
parentFolderId As FolderId,
calendarView As CalendarView,
Optional token As CancellationToken = Nothing
) As Task(Of FindItemsResults(Of Appointment))
public:
Task<FindItemsResults<Appointment^>^>^ FindAppointments(
FolderId^ parentFolderId,
CalendarView^ calendarView,
CancellationToken token = CancellationToken()
)
member FindAppointments :
parentFolderId : FolderId *
calendarView : CalendarView *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<FindItemsResults<Appointment>>
Параметры
- parentFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The id 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
Возвращаемое значение
Тип:
TaskFindItemsResultsAppointmentA collection of appointments representing the contents of the specified folder.
См. также