Microsoft Internet Security and Acceleration Server 2004 SDK

Parameters Property of IFPCAlertAction[C++]

FPCAlertAction.Parameters [Visual Basic]

[C++]

The Parameters property gets an array of strings that specifies the parameters for the action.

HRESULT get_Parameters(
  VARIANT* pvarParameters
);

Parameters

pvarParameters
Pointer to a VARIANT that is set on return to a VARIANT containing an array of strings that specifies the parameters for the action.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The parameters are set by calling the methods of the IFPCAlertActions interface.

The following table shows the values of the parameters for actions of different types.

Type 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, where x is an address or IP of an SMTP mail server TO= x, where x is a space-delimited list of To recipients CC= x, where x is a space-delimited list of Cc recipients FROM= x, where x is a valid e-mail address of the sender


[Visual Basic]

The Parameters property gets an array of strings that specifies the parameters for the action.

Property Parameters As Variant

Property Value

Variant containing an array of strings that specifies the parameters for the action.

Remarks

This property is read-only. The parameters are set by calling the methods of the FPCAlertActions collection.

The following table shows the values of the parameters for actions of different types.

Type 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, where x is an address or IP of an SMTP mail server TO= x, where x is a space-delimited list of To recipients CC= x, where x is a space-delimited list of Cc recipients FROM= x, where x is a valid e-mail address of the sender


Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAlertAction