TIdMessagePartType = ( mptText, mptAttachment );
TIdMessagePartType is an enumerated type that represents the valid message parts categories (or descendants) used in the message part collection for a a TIdMessage instance.
TIdMessagePartType contains the following enumeration values and associated meanings:
Value |
Meaning |
mptText |
Message part contains textual data. |
mptAttachment |
Message part is an attachement with binary or text content. |
TIdMessagePartType is the type used as the return value for the PartType class method in TIdMessagePart and descendant classes.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|