IOutlookCalendarProvider.GetOutlookApplication() Method
Override this method to get a MS Outlook instance (or an application that can be used instead - it should implement the DevExpress.XtraScheduler.Outlook.Interop._Application interface).
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraScheduler.Outlook.Interop._Application | An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface. |
Remarks
Current implementation in the OutlookCalendarProvider class finds a running instance or creates an instance of an application that is referenced with the “Outlook.Application” program identifier in the registry. In other words, it finds a running Outlook or starts it if necessary.