MapiItemType
Contents
[
Hide
]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 name | Description |
---|---|
NONE | Non-supported type. MapiMessage cannot be converted to an appropriate item type. |
MESSAGE | An email message. This type does not need to be converted. |
CONTACT | A contact item. Can be converted to MapiContact. |
CALENDAR | A calendar item. Can be converted to MapiCalendar. |
DIST_LIST | A distribution list. Can be converted to MapiDistributionList. |
JOURNAL | A Journal entry. Can be converted to MapiJournal. |
NOTE | A StickyNote. Can be converted to MapiNote. |
TASK | A Task item. Can be converted to MapiTask. |
See Also
- namespace aspose.email.mapi
- assembly Aspose.Email