#include “BlackIceDEVMODE.h”
BOOL IsEmailSilentSendingEnabled (BlackIceDEVMODE* pDevMode);
Description
The function retrieves TRUE if the silent email sending is enabled to predefined email addresses otherwise FALSE.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the silent email sending is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None