MessageObject
Contents
[
Hide
]MessageObject class
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.
The MessageObject type exposes the following members:
Constructors
| Name | Description |
|---|---|
| MessageObject(stream, load_format) | Initializes a new instance of the MessageObject class |
| MessageObject(file_name, load_format) | Initializes a new instance of the MessageObject class |
Properties
| Name | Description |
|---|---|
| properties | Gets the properties of the MessageObject. |
| codepage | Gets the codepage used to encode/decode string properties in case |
| recipients | Gets the recipients of the MessageObject. |
| attachments | Gets the attachments of the MessageObject. |
Methods
| Name | Description |
|---|---|
| save(file_name, format) | |
| save(stream, format) | |
| get_id_for_named_property() |
See Also
- namespace aspose.email.mapi.msg
- assembly Aspose.Email