IsContentBasedEmailEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsContentBasedEmailEnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

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

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the feature is enabled, FALSE if it is disabled.

Programming Notes

None

Code Example

None