#include “BlackIceDEVMODE.h”
BOOL SetEmailDeleteFiles (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or Disables the “Delete files after sending” email option. If the option is enabled, all output files including attachments are deleted after the email is sent.
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