wodSmtp ActiveX Control - AttachmentEncodings Enumeration
    
 

Description

Table shows all types of algorithms that can be used with wodSmtp to encode files and message parts. 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.




Members
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