Article ID: 201352 - Last Review: March 4, 2004 - Revision: 1.1 PRB: CDONTS Line Length is Limited to 74 CharactersThis article was previously published under Q201352 On This PageSYMPTOMS
When sending a plain text message using CDONTS, your line length is limited to 74 characters. If the line length is more than 74 characters, the line will be broken down into several lines. This happens when setting the text property of a CDONTS NewMail object.
RESOLUTION
You can work around this problem by setting the MailFormat and BodyFormat properties of the CDONTS object, or the MessageFormat property of the Message object to send MIME formatted mail. The default setting for these properties is to send plain text.
STATUS
This behavior is by design.
MORE INFORMATION
The following code samples show how to set the appropriate properties using two different objects.
Using the CDONTS Session ObjectUsing the CDONTS NewMail object | Article Translations
|

Back to the top
