OlItemType Enumeration (Outlook)
Published: July 16, 2012
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. |
|
olNoteItem |
5 |
A NoteItem object. |
|
olPostItem |
6 |
A PostItem object. |
|
olTaskItem |
3 |
A TaskItem object. |