Skip to main content

OutlookCalendarFolder.FullPath Property

A string representing the full path to the calendar folder (corresponds to the MAPIFolder.FullFolderPath Property (Microsoft.Office.Interop.Outlook)), deprecated, not intended to be used.

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string FullPath { get; }

Property Value

Type Description
String

A string containing the path to the calendar folder.

Remarks

Use the OutlookCalendarFolder.Path property instead.

See Also