OlItemType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the Outlook Item type.
public enum class OlItemType
public enum OlItemType
Public Enum OlItemType
- Inheritance
-
OlItemType
Fields
Name | Value | Description |
---|---|---|
olMailItem | 0 | Represents a MailItem |
olAppointmentItem | 1 | Represents an AppointmentItem |
olContactItem | 2 | Represents a ContactItem |
olTaskItem | 3 | Represents a TaskItem |
olJournalItem | 4 | Represents a JournalItem |
olNoteItem | 5 | Represents a NoteItem |
olPostItem | 6 | Represents a PostItem |
olDistributionListItem | 7 | Represents an DistListItem |
olMobileItemSMS | 11 | A MobileItem object that is a Short Message Service (SMS) message. |
olMobileItemMMS | 12 | A MobileItem object that is a Multimedia Messaging Service (MMS) message. |