Classes for interacting with Outlook
| C# |
namespace CS.DataPlace.Edit.Outlook
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| AddressBook |
Provides access to the Outlook Address Book, including entry selection and name resolution.
| |
| AddressBookControlAdapter |
Provides Address Book selection and name resolution to a TextBox.
| |
| AddressBookEntry |
Encapsulates an Outlook Address Book entry.
| |
| AddressBookEntryCollection |
Bindable collection of address book entries.
| |
| AddressBookSource |
Contains a list of AddressBookEntrys for a specific user alias, which can be persisted and used as a
data source for selecting previously used entries.
| |
| Appointment |
Represents an Outlook appointment.
| |
| Session |
Encapsulates an Outlook session and contains members for accessing it through the Redemption API.
The class is implemented as a singleton, accessed via the static Instance property.
| |
| UpdateItemsDialog |
Allows the user to select the desired options for adding/updating Outlook appointments.
|