Internet Direct (Indy) Version 9.0.2 Beta
TIdMessageDecoderMIME.BodyEncoded
Indicates if a message has an encoded body.

property BodyEncoded: Boolean;
Description
BodyEncoded is a Boolean property that indicates if 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.