Back to product page

AttachmentEncodingsEnum Enumeration


Table shows all types of algorithms that can be used with wodSmtp to encode files and message parts.

Remarks

BASE64 is most widely used today, and in general you should use that one. BINHEX4 is mostly used by Macintosh users. UU is an old algorithm used mostly by UNIX users. QP is used for HTML or RTF based messages. UTF8 for multibyte character encoding in Unicode.
You should use these constants with Attach and AttachText methods.

Possible values for AttachmentEncodingsEnum:

Constant Value Description
encUNKNOWN 0 unknown
encBASE64 1 BASE64 encoding
encBINHEX4 2 BINHEX4
encUUENCODE 3 UUENCODE
encQUOTEDPRINTABLE 4 quoted-printable
enc7BIT 5 7bit
encUTF8 6 UTF8

Platforms

Windows