Represents the type for an RFC message part.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|