Body Property Example
This VBScript example uses the Open event of an item to set its Body property.
Function Item_Open() Item.Body = "This is the message body." End Function