IMimeMessageParts interface

Do not use. Manages a partial message collection.

Members

The IMimeMessageParts interface inherits from the IUnknown interface but does not have additional members.

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 SplitMessage, which creates an IMimeMessageParts object. The client then calls EnumParts to obtain an IMimeEnumMessageParts object that can be used to enumerate and save the partial messages.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
IDL
Mimeole.idl
DLL
Inetcomm.dll (version 6.0 or later)