<< back to sysax.com Product page

11.2. Adding Lines to the message

The MailAddLine method can be used to add additional lines to the email message.

Exhibit 11.3. IDL Definition of method to adding lines to the message


HRESULT MailAddLine ([in] BSTR b_messageline);


Exhibit 11.4. Example usage of method to adding lines to the message (VBScript)


app.MailAddLine "my line"