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. |
| 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 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. |
Enumerations
| 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. |