Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodSmtp
- Methods
- Properties
- Authentication
- Blocking
- Certificate
- CharSet
- DNSHostname
- Hostname
- LastError
- LastErrorText
- Login
- MailFrom
- MailTo
- Message
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RequestReceipt
- RetryCount
- RetryWait
- Security
- State
- StateText
- Tag
- Timeout
- Transcript
- UseIPv6
- Version
- Events
- IwodSmtpClientNotify
- SmtpEncoder
- SmtpHdr
- SmtpHdrs
- SmtpMsg
- SmtpMsgs
- wodSmtp
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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 |