DevExpress.XtraScheduler.v12.2.OutlookExchange Represents an object implementing an appointment synchronization with an import scenario for MS Outlook. Initializes a new instance of the OutlookImportSynchronizer class with the specified Scheduler storage. A object representing a storage to which Outlook objects are imported. Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved. A string representing the name of a calendar folder. Specifies a custom provider to process a collection of Outlook objects, before they are imported to Scheduler Storage. An object implementing the interface. Represents an object implementing an appointment synchronization with export scenario for MS Outlook. Initializes a new instance of the OutlookExportSynchronizer class with the specified Scheduler storage. A object representing a storage to which Outlook objects are imported. Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved. A string representing the name of a calendar folder. Specifies a custom provider to process a collection of Outlook objects, before they are exported to an MS Outlook calendar folder. An object implementing the interface. Represents an MS Outlook appointment. Gets or sets whether this appointment is an all-day or multiple-day event. true if an appointment takes up one or more entire days; otherwise, false. Gets or sets the text displayed in the appointment's body. A string containing the body text. Gets or sets the busy status of this messaging user for this appointment. An DevExpress.XtraScheduler.Outlook.Interop.OlBusyStatus enumeration member. Removes any recurrence settings from this appointment. Gets the creation time for the Outlook item. A , indicating the creation time for the event. Removes the appointment item from the collection of Outlook messages. Gets or sets the ending date/time of this appointment. A value representing the appointment's ending time. Gets or sets the time zone for the end time of the appointment. A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows. Gets the unique Entry ID of the appointment. A string representing the unique identifier. Provides access to an object representing recurrence attributes of an appointment. A DevExpress.XtraScheduler.Outlook.Interop.RecurrencePattern object representing a recurrence pattern. Indicates whether this appointment is a recurring appointment. true if this appointment is recurring; otherwise, false. Gets the date and time that the Outlook item was last modified. A value representing the appointment's last modification time. Gets or sets the specific location for the appointment. A string indicating the appointment location. Gets or sets the number of minutes the reminder should occur prior to the start of the appointment. An integer containing the number of minutes. Gets or sets whether a reminder has been set for this appointment. true if a reminder is set; otherwise, false. Saves the appointment to the current folder. Gets or sets the starting time for an appointment. A value representing the appointment's starting time. Gets or sets the time zone for the start time of the appointment. A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows. Gets or sets the subject for the Outlook appointment. A string representing the subject of an appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentSynchronizingEventArgs class with the specified settings. An object representing the MS Outlook appointment. Initializes a new instance of the OutlookAppointmentSynchronizingEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets an MS Outlook appointment before synchronization. An object representing the MS Outlook appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentSynchronizedEventArgs class with the specified settings. An object representing the MS Outlook appointment. Initializes a new instance of the OutlookAppointmentSynchronizedEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets an MS Outlook appointment after synchronization. An object representing the MS Outlook appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentImportingEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets an MS Outlook appointment before import. An object representing the MS Outlook appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentImportedEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets an MS Outlook appointment after import. An object representing the MS Outlook appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentExportingEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets an MS Outlook appointment before export. An object representing the MS Outlook appointment. Provides data for the event of the class. Initializes a new instance of the OutlookAppointmentExportedEventArgs class with the specified settings. An object representing the XtraScheduler appointment. An object representing the MS Outlook appointment. Gets a MS Outlook appointment after export. An object representing the MS Outlook appointment. Represents a folder containing calendar items in MS Outlook. Initializes a new instance of the OutlookCalendarFolder class with the specified settings. A string representing the name of the calendar folder A string representing the full path to the calendar folder 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. 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. A string containing the path to the calendar folder. Gets the name of the calendar folder. A string containing the name of the folder. Gets the full path to the calendar folder. A string containing the path to the folder. Represents an object that imports MS Outlook calendar items into Scheduler appointments. Initializes a new instance of the OutlookImport class with the specified Scheduler storage. A object representing a storage to which Outlook objects are imported. Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved. A string representing the name of a calendar folder. Imports appointments from the currently installed MS Outlook instance to the Scheduler. Always String.Empty. Otherwise an exception is thrown. Specifies a custom provider to process a collection of Outlook objects, before they are loaded into the Scheduler storage. An object implementing the interface. Provides methods to get information on MS Outlook calendar folder names and paths. Gets a list of calendar folders for MS Outlook application. A list of objects, representing calendar folders accessible in MS Outlook. Gets names of all accessible MS Outlook calendars. A string array containing calendar names. Gets full paths of all accessible MS Outlook calendars. An array of strings containing MS Outlook calendar paths. Represents an object that exports Scheduler appointments to MS Outlook calendar items. Initializes a new instance of the OutlookExport class with the specified Scheduler storage. A object representing a storage containing appointments for export. Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved. A string representing the name of a calendar folder. This member is obsolete. Use the instead. Specifies a custom provider to process a collection of Outlook objects, before they are loaded into the Scheduler storage. An object implementing the interface. Enables you to get or set a calendar folder name for different types of appointment exchangers. Gets or sets the name of the calendar folder in MS Outlook. A string containing the calendar name. Implements the interface, facilitating the creation of descendants. Initializes a new instance of the OutlookCalendarProvider class with default settings. Defines methods for retrieving calendar items from an MS Outlook application. Override this method to retrieve calendar items by the specified path from the specified application. An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface (MS Outlook instance). A string representing a path to a calendar folder. An object implementing the DevExpress.XtraScheduler.Outlook.Interop._Items interface. 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). An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface. Override this method to create a list of items representing appointments in export/import processes. A list of objects implementing the DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem interface. An object implementing the DevExpress.XtraScheduler.Outlook.Interop._Items interface.