Unit

ScMailMessage

 

type

 TScMailEncoding = (meDefault, mePlainText, meMIME);

 

Description

The TScMailEncoding enumeration represents the encoding scheme for the message attachments.

 

ValueMeaning
meDefaultWith 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.
mePlainTextSpecifies the plain encoding scheme. In this case, the message body and attachments are sent as plain text using the UUE or XXE encoding.
meMIMESpecifies the MIME encoding algorithm. In this case, the message body is sent as a text attachment of a multipart MIME message.

 

See Also

TScMailMessage.Encoding

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support