#include “BlackIceDEVMODE.h”
BOOL SetSimpleContentBasedEmail(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)
Description
Enables or disables the Simple Content Based Email sending in the printer driver. If this option is turned on, the first email address from the first page of the printed document is extracted and used as the recipient when sending emails.
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
BOOL bEnable - Set to TRUE to enable simple content based email sending, set to FALSE to disable it.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None