#include “BlackIceDEVMODE.h”
BOOL IsMailMergeEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_MAILMERGE flag. Represents the value of the ‘Mail Merge’ checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if WriteText File is used, otherwise FALSE.
Programming Notes
None
Code Example
None