Internet Direct (Indy) Version 9.0.2 Beta
TIdMessage.MessageParts
List of message parts for the message.

property MessageParts: TIdMessageParts;
Description
MessageParts is a TIdMessagePartsList used to store the TIdMessagePart components that make up the message. MessageParts can contain two TIdMessagePart descendants: TIdText and TIdAttachment.

MessageParts is used when IsEncoded is set to True (on sending), or NoDecode is set to false for receiving.