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