Dart Smtp, Pop, Imap Controls
QuotedPrintable Property
Description
When set to True, Quoted-Printable encoding is applied to textual parts of the message when it is encoded. When set to False, textual parts of the message are sent "as-is".
Property type
Read-write property
Syntax
Visual Basic
Public Property QuotedPrintable As Boolean
Remarks

The default value is False. You can set this property at design time.

Quoted-Printable encoding ensures the correct transmission of primarily textual information, while making is possible for the recipient to understand the message by inspection if it cannot be decoded. When set to False and the textual information being sent includes special characters (such as an "end of message" sequence), it is possible for your user to include text that cannot be sent.

See Also

Message Object  | Message Members


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic