CArclib::ArcSetMailSmtpLoginAccount

The ArcSetMailSmtpLoginAccount method updates SMTP server's account for email notification.

 

virtual ARC_STATUS ArcSetMailSmtpLoginAccount(

IN char *szName,

IN char *szPassword

);

Parameters:

[IN]

szName: SMTP server login name

szPassword: SMTP server login password

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.