Do not use. Manages a partial message collection.
Remarks
Because of message size limitations on the Internet, it may be necessary to
split a large message into smaller parts before transmitting it using a particular
protocol. Likewise, a client may receive a group of partial messages from another
client that need to be combined to produce the original message. This interface
allows a client to perform both types of operations.
To split a message into smaller parts, a client calls IMimeMessage::SplitMessage,
which creates an IMimeMessageParts object. The client then calls
IMimeMessageParts::EnumParts to obtain an IMimeEnumMessageParts
object that can be used to enumerate and save the partial messages.
Interface Information
| Stock Implementation | inetcomm.dll version 6.0 or later |
|---|
| Custom Implementation | No |
|---|
| Inherits from |
IUnKnown |
|---|
| Header and IDL files | mimeole.h, mimeole.idl |
|---|
| Minimum availability | Outlook Express
6.0 |
|---|
| Minimum operating systems |
Windows XP |
|---|