SetSMTPServerUser

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSMTPServerUser (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);

Description

Sets the user name to log into the SMTP Server.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPCTSTR pStr                                              - The user name to set. The maximum length of this parameter is 32 (including terminating \0 character).

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None