IsSimpleContentBasedEmailEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsSimpleContentBasedEmailEnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

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.

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