Retrieving or Changing the Message Body (Body)

This property is available in EFT Server 5.2 and later.

Use the ICIMailActionParams interface Body property to retrieve or change the body of an e-mail message. Refer to Send Notification E-mail Action Parameters for an illustration of how this and other Mail Action Parameters Interface properties can be accessed in the Administrator interface.

Signature:

HRESULT Body([out, retval] BSTR *pVal);

HRESULT Body([in] BSTR newVal);

Example:

mailParams.Body = "<HTML>This message was sent to you automatically by the GlobalSCAPE EFT Server</HTML>"