SetEmailAskForAddress

The method 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.

 

SetEmailAskForAddress (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value bEnable:           - state to set

Return value - TRUE on success, otherwise FALSE.