IsEmailAskForAddressEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsEmailAskForAddressEnabled (BlackIceDEVMODE* pDevMode);

Description

The function returns TRUE if the “Prompt the user only for the email address” option is enabled, otherwise FALSE. 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.

Return value

“Prompt the user only for the email address” option is enabled, otherwise FALSE.

Programming Notes

None

Code Example

None