Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageDecoder.PartType Property

Represents the type for an RFC message part.

Pascal
property PartType: TIdMessageCoderPartType;

PartType is a read-only TIdMessageCoderPartType property that represents the message part type detected for an RFC-822 compliant message part. 

PartType is used in TIdMessageDecoder descendants, like TIdMessageDecoderMIME, TIdMessageDecoderUUE, and TIdMessageDecoderUUE

PartType is updated when ReadHeader is called to extract the RFC message headers in a message part. PartType is used in ReadBody to determine the TIdDecoder descendant that will be needed to process the message part.

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.