Returns TRUE if Simple Content Based Email Sending is enabled. 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.
IsSimpleContentBasedEmailEnabled(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.