Skip to main content

OutlookExchangeHelper.GetOutlookCalendarFolders() Method

Gets a list of calendar folders for MS Outlook application.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public static List<OutlookCalendarFolder> GetOutlookCalendarFolders()

Returns

Type Description
List<OutlookCalendarFolder>

A list of OutlookCalendarFolder objects, representing calendar folders accessible in MS Outlook.

See Also