OutlookCalendarFolder(String, String, String) Constructor
Initializes a new instance of the OutlookCalendarFolder class with the specified settings.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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