Modifier and Type | Class and Description |
---|---|
class |
MapiCalendar
Represents the mapi calendar object
|
class |
MapiContact
Represents outlook contact information
|
class |
MapiDistributionList
Represents the Personal Distribution List object.
|
class |
MapiJournal
Represents the Outlook Journal object.
|
class |
MapiMessage
Represents an Outlook Message format document that can be parsed.
|
class |
MapiMessageItemBase
Represents the base class for all MapiMessageItem classes and keeps common collections of mapi properties, attachments, recipients.
|
class |
MapiNote
Represents outlook Note object ("sticky note")
|
class |
MapiTask
Represents the Outlook Task object.
|
Modifier and Type | Method and Description |
---|---|
IMapiMessageItem |
MapiMessage.toMapiMessageItem()
Convert MapiMessage to IMapiMessageItem object
in dependence with MessageClass.
|
Modifier and Type | Method and Description |
---|---|
String |
FolderInfo.addMapiMessageItem(IMapiMessageItem item)
Adds the IMapiMessageItem object into folder.
|