Aspose::Email::Mapi::Msg
Contents
[
Hide
]Aspose::Email::Mapi::Msg namespace
The Aspose::Email::Mapi::Msg namespace groups the core types used to work with MAPI message files (MSG). It includes classes for message objects, property containers, attachment handling, and related GUID constants, enabling full programmatic control over MSG content.
Classes
| Name | Description |
|---|---|
| CustomAttachmentStorage | Represents custom attachment storage. |
| IMessageObjectPropertyContainer | Defines an interface for container which contains MessageObjectProperty entries. |
| MapiGuidConstants | Contains several guid constants defined by MSG format specification. |
| MessageObject | Represents an Outlook message object. Evaluation limits: only 1 attachment and 1 |
| MessageObjectAttachmentEntity | Represents an attachment entity. |
| MessageObjectAttachmentsCollection | Represents a collection for MessageObjectAttachmentEntity objects. |
| MessageObjectPropertiesCollection | Represents a keyed collection for MessageObjectProperty objects. |
| MessageObjectProperty | Represents a property on a MessageObject . |
| MessageObjectPropertyComparerById | Inherits IComparer< System::SharedPtr< MessageObjectProperty > >. |
| MessageObjectRecipientEntity | Represens a recipient entry in message object. |
| MessageObjectRecipientsCollection | Represents a collection for MessageObjectRecipientEntity objects. |
Enumerations
| Name | Description |
|---|---|
| MapiPropertyFlags | Represents flags which can be set on a MAPI property. |
| MapiType | Contains possible MAPI property types which can be stored with message object. |
| MessageObjectLoadFormat | Represents available formats MessageObject could be loaded from. |
| MessageObjectSaveFormat | Represents available formats MessageObject could be saved to. |
| NamedPropertyKind | Identifies MessageObjectProperty kind. |