The ArcSetMailSmtpLoginAccount method updates SMTP server's account for email notification.
virtual
ARC_STATUS ArcSetMailSmtpLoginAccount( IN char *szName, IN char *szPassword ); |
[IN]
szName:
SMTP server login name
szPassword: SMTP server login password
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.