SetSMTPSenderEmail

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSMTPSenderEmail (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);

Description

Sets the email address of the sender.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPCTSTR pStr                                              - The email address  to set. The maximum length of this parameter is 65 (including terminating \0 character).

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None