#include “BlackIceDEVMODE.h”
BOOL SetEmailSenderName (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);
Description
Sets the name of the email sender. This value is used when the silent email sending is enabled. For more information please see the SetEmailSilentSending function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCTSTR pStr - The sender name to set. The maximum length of this parameter is 64 (including terminating \0 character).
Return value
TRUE on success otherwise FALSE.
Programming Notes
None
Code Example
None