#include “BlackIceDEVMODE.h”
BOOL SetEmailAskForAddress (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
The function enables or disables the “Prompt the user only for the email address” option. If enabled, the Printer Driver will show a window at every email sending where the recipients can be specified, but will not show the complete email sending window.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - state to set
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None