Code in ThisOutlookSession is VBA, not VBScript.
You can do what you want but using Body won't address HTML or Rich Text
messages. For HTML you should use HTMLBody and the text would need to be
inserted within the <BODY> </BODY> tags using HTML formatting such as <br>
instead of using vbCRLF for a newline.
See http://www.outlookcode.com/threads.aspx?forumid=2&messageid=14237 for
some useful information.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
>I have been asked if there is a way to automatically insert a text message
>at
[quoted text clipped - 8 lines]
> I am an experienced programmer (30+ years on mainframe and mini computers)
> but have only used VBScript for a few months.