IMimeMessageTree interface
Do not use. Parses and creates Internet messages. IMimeMessageTree treats a message as a tree of bodies where each body has a header and associated content. It gives a client the most flexible, low-level access to a message.
Members
The IMimeMessageTree interface inherits from IPersistStreamInit but does not have additional members.
Remarks
The IMimeMessage and IMimeMessageW interfaces give a client higher-level access and are easier to use.
The persistence format for IMimeMessageTree is an RFC 822 or RFC 1521 (MIME) message. This interface supports multiple persistence interfaces.
- IPersistStreamInit: Loads and saves a message to an IStream.
- IPersistFile: Loads and saves a message to a file.
- IPersistMoniker: Loads a message from a moniker.
- IDataObject: Creates the ability to put various formats of the message onto the Windows clipboard.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|
DLL |
|