OlItemType enumeration
Office 2013 and later
Indicates the Outlook Item type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
| Member name | Description | |
|---|---|---|
| olMailItem | Represents a MailItem | |
| olAppointmentItem | Represents an AppointmentItem | |
| olContactItem | Represents a ContactItem | |
| olTaskItem | Represents a TaskItem | |
| olJournalItem | Represents a JournalItem | |
| olNoteItem | Represents a NoteItem | |
| olPostItem | Represents a PostItem | |
| olDistributionListItem | Represents an DistListItem | |
| olMobileItemSMS | A MobileItem object that is a Short Message Service (SMS) message. | |
| olMobileItemMMS | A MobileItem object that is a Multimedia Messaging Service (MMS) message. |
Show: