#include “BlackIceDEVMODE.h”
BOOL SetEmailSilentSending (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables/Disables the silent email sending to predefined email addresses.
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