Unit
ScMailMessage
type
TScMailEncoding = (meDefault, mePlainText, meMIME);
Description
The TScMailEncoding enumeration represents the encoding scheme for the message attachments.
Value | Meaning |
meDefault | With the default value, the encoding scheme will be chosen automatically when the message is sent. If the message has no attachments, the mePlainText encoding is used. If the message has attachments, the meMIME encoding is used. |
mePlainText | Specifies the plain encoding scheme. In this case, the message body and attachments are sent as plain text using the UUE or XXE encoding. |
meMIME | Specifies the MIME encoding algorithm. In this case, the message body is sent as a text attachment of a multipart MIME message. |
See Also