SetEmailLogging

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetEmailLogging (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables/Disables the logging of the email sending.

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