SetSimpleContentBasedEmail

 

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.

 

SetSimpleContentBasedEmail(pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - Set to TRUE to enable the simple content based email sending, set to FALSE to disable it.

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.