Back to Devexpress

OutlookExchangeHelper.GetOutlookCalendarFolders() Method

corelibraries-devexpress-dot-xtrascheduler-dot-outlook-dot-outlookexchangehelper-3ca4c40a.md

latest1.5 KB
Original Source

OutlookExchangeHelper.GetOutlookCalendarFolders() Method

Gets a list of calendar folders for MS Outlook application.

Namespace : DevExpress.XtraScheduler.Outlook

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public static List<OutlookCalendarFolder> GetOutlookCalendarFolders()
vb
Public Shared Function GetOutlookCalendarFolders As List(Of OutlookCalendarFolder)

Returns

TypeDescription
List<OutlookCalendarFolder>

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

|

See Also

OutlookExchangeHelper Class

OutlookExchangeHelper Members

DevExpress.XtraScheduler.Outlook Namespace