SetContentBasedEmail

#include “BlackIceDEVMODE.h”

 

BOOL SetContentBasedEmail(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)

Description

Enables or disables the Content Based Email sending in the printer driver. The content based email sending feature can be used to set the recipients, subject and body text of emails, and passwords of PDF output files by embedding special character sequences into the printed documents (for example: ##~~EmailTo=recipient@domain.com~~).

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

BOOL bEnable         - Set to TRUE to enable content based email sending, set to FALSE to disable it.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None