IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

PartEncoding Property

This property contains the actual content encoding type for each part.

Syntax

property PartEncoding[PartIdx: Integer]: TipwmimePartEncodings;



TipwmimePartEncodings = ( pe7Bit, peQuotedPrintable, peBase64, pe8Bit, peBinary, peUUEncode );

Default Value

pe7Bit

Remarks

This property contains the actual content encoding type for each part. This property determines how to encode the data or how they were actually encoded in the Message as specified in the Content-Transfer-Encoding header.

Possible values for the this property are:

pe7bit (0)7 Bit data, no encoding.
peQuotedPrintable (1)Quoted-Printable encoding of (typically) text.
peBase64 (2)Base64 encoding of binary data.
pe8Bit (3)No encoding, 8 Bit characters may be contained as well.
peBinary (4)Binary data without any encoding. Similar to 3 (8 Bit encoding).
peUUEncode (5)Uuencoding of binary data.

The size of the array is controlled by the PartCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]