Embedding New Lines in E-Mail
Written by Eric Smith, Northstar Computer Systems LLC
Whenever you're using an e-mail component like CDONTS.NewMail, you have to add your own line breaks when necessary. Otherwise, you're relying on the user's e-mail program to wrap the text for you. This may or may not work properly in all cases. The easiest way to do this is to simply concatenate the vbCrLf constant, which embeds a carriage return/line feed sequence. This will help control what the text output looks like in the user's e-mail program.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 2/10/2001
|