Skip to main content
A newer version of this page is available. .

OutlookExchangeHelper.GetOutlookCalendarFolders() Method

Gets a list of calendar folders for MS Outlook application.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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