"Adding Text to Messages To append text, such as a disclaimer, to all outbound mail, you create a string value called OutboundAppend and set the value of OutboundAppend to contain the text you want to add to the end of your SMTP mail. If you want to add formatting to the text, you must use Rich Text Format (RTF) commands. For RTF codes, see the Microsoft article "WD: Rich Text Format (RTF) Specification 1.5 Appnote (GC0165)" at http://support.microsoft.com/ support/kb/articles/q86/9/99.asp contains a link to GC0165.exe, which contains the full RTF specification.
A backslash (\) signals the start of a formatting string, and for this simple RTF example, a space signals the end. You must include a single-space between the RTF string and the text that it's controlling. For example, if you include the RTF string \par\bThis message will self-destruct in 5 seconds\b0 and don't include a space between the bold on command (\b) and the word This, the system interprets \bThis as a formatting command. Because \bThis isn't a valid command, the system ignores these characters, and the resulting text is message will self-destruct in 5 seconds." Also, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/h tml/rtfspec_6.asp > -----Original Message----- > From: Bennett, Warren [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 4:31 PM > To: Exchange Discussions > Subject: imsext.dll and adding a space > > > Hi - We had to install the imsext dll a couple of weeks ago > to enable the > append of a disclaimer on all outgoing emails - see below. > But I need to be > able to add a linefeed or 2 at the beginning. As is, the text begins > immediately after the text of the email. > > Any suggestions of the best way to do this would be greatly > appreciated. > > Thanks > > Warren > This e-mail message and all attachments transmitted with it > are confidential > and are intended solely for the addressee(s). If the reader > of this message > is not the intended recipient, you are hereby notified that > any reading, > dissemination, distribution, copying, or other use of this > message or its > attachment(s) is strictly prohibited. If you are not the > intended recipient > of this message, please notify Best Software, Inc. > immediately by e-mailing > [EMAIL PROTECTED] and destroy all copies of > this message. > Best Software, for the protection of our internal systems and > those of our > customers, blocks most email attachments. > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] > _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

