Internet Direct (Indy)
Home
PreviousUpNext
TIdMessagePart Class

Implements the base class for MIME message parts.

Pascal
TIdMessagePart = class(TIdCollectionItem);

TIdMessagePart is a TCollectionItem descendant that encapsulates a MIME message part. TIdMessagePart is the ancestor class for common MIME message parts like TIdText and TIdAttachment. TIdMessagePart is also the collection item added to the TIdMessageParts collection. 

TIdMessagePart provides methods and properties common to all MIME message parts, including properties that represent values from Internet Message headers and the content for the message part. 

Instances of TIdMessagePart are not normally created during normal usage. Use one the descendant classes, like TIdText or TIdAttachment.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.