Implements the base class for MIME message parts.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|