#include “BlackIceDEVMODE.h”
BOOL IsEmailDeleteFilesEnabled (BlackIceDEVMODE* pDevMode);
Description
The function returns TRUE if the “Delete files after sending” email option is enabled, otherwise FALSE. 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.
Return value
TRUE if the “Delete files after sending” email option is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None