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

OutlookCalendarFolder(String, String, String) Constructor

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

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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