Returns the default Outlook item type contained in the folder. Can be one of the following OlItemType constants: olAppointmentItem(1), olContactItem(2), olJournalItem(4), olMailItem(0), olNoteItem(5), olPostItem(6), or olTaskItem(3).
Read-only Long.
Syntax
objMAPIFolder.DefaultItemType
objMAPIFolder Required. An expression that returns a MAPIFolder object.