Internet Direct (Indy)
Home
PreviousUpNext
TIdMessagePartType Enumeration
Pascal
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.

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.