SetContentBasedEmail

 

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~~).

 

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

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - Set to TRUE to enable the 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.