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
| Name | Value | Description |
|---|---|---|
| None | 0 | Non-supported type. MapiMessage cannot be converted to an appropriate item type. |
| Message | 1 | An email message. This type does not need to be converted. |
| Contact | 2 | A contact item. Can be converted to MapiContact. |
| Calendar | 3 | A calendar item. Can be converted to MapiCalendar. |
| DistList | 4 | A distribution list. Can be converted to MapiDistributionList. |
| Journal | 5 | A Journal entry. Can be converted to MapiJournal. |
| Note | 6 | A StickyNote. Can be converted to MapiNote. |
| Task | 7 | A Task item. Can be converted to MapiTask. |
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email