OlItemType Enumeration
Indicates the Outlook item type.
Name |
Value |
Description |
---|---|---|
olAppointmentItem |
1 |
An AppointmentItem object. |
olContactItem |
2 |
A ContactItem object. |
olDistributionListItem |
7 |
A DistListItem object. |
olJournalItem |
4 |
A JournalItem object. |
olMailItem |
0 |
A MailItem object. |
olMobileItemMMS |
9 |
A MobileItem object that is a Multimedia Messaging Service (MMS) message. |
olMobileItemSMS |
8 |
A MobileItem object that is a Short Message Service (SMS) message. |
olNoteItem |
5 |
A NoteItem object. |
olPostItem |
6 |
A PostItem object. |
olTaskItem |
3 |
A TaskItem object. |