The MessageText property is the body of an e-mail message.
object.MessageText[= value]
Part | Description |
---|---|
object | Expression that evaluates to a SendMailTask object |
value | Text string that is the body of an e-mail message |
String
Read/write
HRESULT GetMessageText(BSTR *pRetVal);
HRESULT SetMessageText(BSTR NewValue);