This namespace contains the classes representing common Outlook items including Email, Contacts and Appointment.
Types
| All Types | Classes |
| Name | Description | |
|---|---|---|
| OutlookAppointment |
This class is a subset of Microsoft's AppointmentItem with slight variations. See Microsoft's Outlook AppointmentItem documentation.
| |
| OutlookAppointmentRecipient |
Represents a single appointment recipient. This populated collection is passed as part of an OutlookAppointment object.
| |
| OutlookContact |
This class is a subset of Microsoft's ContactItem with slight variations. See Microsoft's Outlook ContactItem documentation.
| |
| OutlookEmail |
This class is a subset of Microsoft's MailItem with slight variations. See Microsoft's Outlook MailItem documentation.
| |
| OutlookEmailHeader |
Represents a single email header. This populated collection is passed as part of an OutlookEmail object.
| |
| OutlookLink |
Represents a single link. This populated collection is passed as part of an OutlookEmail object.
|