Message

This property contains the message body of the email. To include Carriage Return + Line Feed (Enter keys) in the text use the convention /r/n in the text itself.

Syntax: Smtp.Message = sBody

sBody  (String) is all the text in the body of the email

Example – see Smtp.Send