IsContentBasedEmailEnabled

Returns TRUE if Content Based Email Sending is enabled. 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~~).

IsContentBasedEmailEnabled(pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - TRUE if the feature is enabled, FALSE otherwise

 

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