Internet Direct (Indy)
Home
PreviousUpNext
TIdMessage.AttachmentEncoding Property

Identifies the default encoding mechanism used for message parts.

Pascal
property AttachmentEncoding: string;

AttachmentEncoding is a String property that identifies the encoding mechanism used for message parts that are attachments in the message. 

AttachmentEncoding normally contains values that include: 

 

'MIME' 
'UUE' 
'XXE' 

 

Changing the value in AttachmentEncoding updates the default encoding used for all message parts in the message by setting the same value in the MessageParts collection. This also ensures that a registered encoder class type is located for subsequent handling of the content in the message parts. 

Set the value in Encoding to indicate the encoding mechanism for the message 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.