Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageDecoderMIME.BodyEncoded Property

Indicates if a message has an encoded body.

Pascal
property BodyEncoded: Boolean;

BodyEncoded is a Boolean property that indicates the TIdMessageDecoderMIME instance is owned by a TIdMessage, and has a non-blank value in the TIdMessage.ContentTransferEncoding property for the message that owns the decoder. 

BodyEncoded is initialized in the Create constructor, and may contain False when the TIdMessage has a MIMEBoundary. BodyEncoded is also used in ReadHeader and ReadBody methods to determine if the ContentTransferEncoding, ContentType, and ContentDisposition values are read from mesasage headers or the acutal body of the message.

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.