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

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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FullPath property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also