MessageObject Class |
Namespace: Aspose.Email.Mapi.Msg
The MessageObject type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageObject(Stream, MessageObjectLoadFormat) |
Initializes a new instance of the MessageObject class.
| |
| MessageObject(String, MessageObjectLoadFormat) |
Initializes a new instance of the MessageObject class.
|
| Name | Description | |
|---|---|---|
| Attachments |
Gets the attachments of the MessageObject.
| |
| Codepage |
Gets the codepage used to encode/decode string properties in case PT_STRING8 type for them is used.
| |
| Properties |
Gets the properties of the MessageObject.
| |
| Recipients |
Gets the recipients of the MessageObject.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetIdForNamedProperty |
Gets the id to be used for named property,
named properties are special properties and should have their ids in range [0x8000,0xfffe] aligned starting from 0x8000 sequentally.
Use this method to find the available id cause it could be hard to calculate it yourself.
| |
| GetType | (Inherited from Object.) | |
| Save(Stream, MessageObjectSaveFormat) |
Saves the current message object to the specified stream.
| |
| Save(String, MessageObjectSaveFormat) |
Saves the current message object to the specified file.
| |
| ToString | (Inherited from Object.) |