Internet Direct (Indy)
Home
PreviousUpNext
TIdMessage.IsEncoded Property

Indicates when the message body is MIME-encoded.

Pascal
property IsEncoded: Boolean;

IsEncoded is a Boolean property used to indicate that the message body is encoded with the scheme specified in ContentTransferEncoding

When IsEncoded is True, use MessageParts to access the text of the message body. When IsEncoded is False, the message body contains ASCII text and can be updated using Body.

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.