Aspose.Email.Mapi.Msg
Contents
[
Hide
]The Aspose.Email.Mapi.Msg provides classes that represent an alternative implementation of the Outlook MSG format.
Classes
| Class | Description |
|---|---|
| CustomAttachmentStorage | Represents custom attachment storage. |
| MapiGuidConstants | Contains several guid constants defined by MSG format specification. |
| MessageObject | Represents an Outlook message object. Evaluation limits: only 1 attachment and 1 recipient are read when message is being loaded, watermark will be added when the message is being saved. |
| 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 | |
| MessageObjectRecipientEntity | Represens a recipient entry in message object. |
| MessageObjectRecipientsCollection | Represents a collection for MessageObjectRecipientEntity objects. |
Interfaces
| Interface | Description |
|---|---|
| IMessageObjectPropertyContainer | Defines an interface for container which contains MessageObjectProperty entries. |
Enumeration
| Enumeration | 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. |