Retrieving or Changing Message Subject

This property is available in EFT Server 5.2 and later.

Use the ICIMailActionParams interface Subject property to retrieve or change the subject 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 Subject([out, retval] BSTR *pVal);

HRESULT Subject([in] BSTR newVal);

Example:

mailParams.Subject = "Important! Need to talk"