Identifies the encoding method used for an Internet message.
TIdMessageEncoding = ( meDefault, meMIME, mePlainText );
TIdMessageEncoding is an enumerated type that indicates the encoding scheme used for an RFC-compliant Internet message. TIdMessageEncoding contains the following values and associated meanings:
Value |
Meaning |
meDefault |
Use the message encoding detected by Indy. |
meMIME |
Use MIME encoding rules for the message content. |
meUU |
Use UU-Encoding for the message content. |
meXX |
Use XX-Encoding for the message content. |
TIdMessageEncoding is the type used to represent the TIdMessage.Encoding property and indicates that the message should be transferred as MIME-encoded multipart, UU-Encoded, or XX-Encoded multipart message.
TIdMessageEncoding is used to determine the encoders used when creating and preparing headers and attachments for transporting an Internet 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. |