Implements a MIME-encoded text message part.
TIdText = class(TIdMessagePart);
TIdText is a TIdMessagePart descendant that implements a MIME message part for textual content.
TIdText provides properties to represent the textual content and representation for the message part, including Body and Charset.
TIdText overrides methods from the ancestor class to perform formatting for the ContentType property using CharSet as attribute value.
TIdAttachment and TIdText are used as collection items in a TIdMessageParts collection.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|