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

OutlookCalendarFolder.Path Property

Gets the full path to 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 Path { get; }

Property Value

Type Description
String

A string containing the path to the folder.

See Also