The ArcSetMailSmtpIp method updates SMTP server's IP address for email notification.
virtual
ARC_STATUS ArcSetMailSmtpIp ( IN char *szSmtpIp, ); |
[IN]
szSmtpIp:
Null-terminated character string representing a number expressed in the
Internet standard "."
(dotted) notation,
format: "xxx.xxx.xxx.xxx" ex: 192.168.001.100
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.