Microsoft Internet Security and Acceleration Server 2000 |
Gets an array of strings that specify optional parameters for an action. The parameters are set by using the methods of the FPCAlertActions collection.
[ sParameters = ] FPCAlertAction.Parameters
HRESULT get_Parameters( VARIANT *psParameters );
The property is read-only.
The following table shows the values of sParameters.
Action | param1 | param2 | param3 | param4 |
---|---|---|---|---|
log event | none | none | none | none |
command | command line | none | none | none |
stop/start service | service name | service name | service name | service name |
send mail | SERVER= x (1) | TO= x (2) | CC= x (3) | FROM= x (4) |
(1) - x is an address or IP of an SMTP
mail server
(2) - x is a list of To recipients, space delimited (3) - x is a list of Cc recipients, space delimited (4) - x is a valid e-mail address of the sender |