Skip to main content

OutlookExchangeHelper.GetOutlookCalendarNames() Method

Gets names of all accessible MS Outlook calendars.

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public static string[] GetOutlookCalendarNames()

Returns

Type Description
String[]

A string array containing calendar names.

See Also