Enum 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.

public enum MapiItemType

Values

NameValueDescription
None0Non-supported type. MapiMessage cannot be converted to an appropriate item type.
Message1An email message. This type does not need to be converted.
Contact2A contact item. Can be converted to MapiContact.
Calendar3A calendar item. Can be converted to MapiCalendar.
DistList4A distribution list. Can be converted to MapiDistributionList.
Journal5A Journal entry. Can be converted to MapiJournal.
Note6A StickyNote. Can be converted to MapiNote.
Task7A Task item. Can be converted to MapiTask.

See Also