Skip to main content

OutlookCalendarFolder(String, String, String) Constructor

Initializes a new instance of the OutlookCalendarFolder class with the specified settings.

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public OutlookCalendarFolder(
    string name,
    string path,
    string fullPath
)

Parameters

Name Type Description
name String

A string representing the name of the calendar folder

path String

A string representing the full path to the calendar folder

fullPath String

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.

See Also