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

OutlookCalendarFolder.Name Property

Gets the name of the calendar folder.

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public string Name { get; }

Property Value

Type Description
String

A string containing the name of the folder.

See Also