wodMailbox ActiveX Control - AttachmentEncodingsEnum Enumeration
    
 

Description

Table shows all types of algorithms that can be used with wodMailbox to encode and decode attached files. 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. 7bit is a text only.


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