ICIEventAction Interface
The ICIEventAction interface allows you to make changes to the Event Rule Action settings.
interface ICIEventAction : IDispatch
NOTE:
"Function" and "Sub" indicate that the member is a method; "Property" indicates that it is a property.
Members
HRESULT GetParams([out, retval] IDispatch** ppdispParams);
EFT v6.1 and later
Specifies the event action parameters.
HRESULT SetParams([in] IDispatch* pdispParams);
EFT v6.1 and later
Property type As EventActionType read-only
HRESULT Type([out, retval] EventActionType *pVal);
EFT v5.2 and later
Related Topics