OutlookCalendarFolder(String, String, String) Constructor
In This Article
Initializes a new instance of the OutlookCalendarFolder class with the specified settings.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.2.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 |
full |
String | A string representing the full path to the calendar folder (corresponds to the MAPIFolder. |
See Also