MapiItemType

MapiItemType enumeration

Represents a MAPI item type that can be explicitly converted into an object
of the corresponding class derived from the IMapiMessageItem interface.

Members

Member nameDescription
NONENon-supported type. MapiMessage cannot be converted to an appropriate item type.
MESSAGEAn email message. This type does not need to be converted.
CONTACTA contact item. Can be converted to MapiContact.
CALENDARA calendar item. Can be converted to MapiCalendar.
DIST_LISTA distribution list. Can be converted to MapiDistributionList.
JOURNALA Journal entry. Can be converted to MapiJournal.
NOTEA StickyNote. Can be converted to MapiNote.
TASKA Task item. Can be converted to MapiTask.

See Also