ICIIfStatement Interface
The ICIIfStatement interface allows you to make changes to the Event Rule settings. See also ICIEventRule : AddIfStatement.
interface ICIIfStatement : ICIEventRuleStatement
Properties
Retrieves the Condition object. (Refer to ICICompoundCondition interface.)
HRESULT Condition([out, retval] IDispatch** ppdispCompoundCondition);
EFT v5.2 and later
Retrieves the Action statements in Else-section. (Refer to ICIActionStatements interface.)
HRESULT ElseSection([out, retval] IDispatch** ppdispActionStatements);
EFT v5.2 and later
Retrieves the Action statements in Else-section. (Refer to ICIActionStatements interface.)
HRESULT IfSection([out, retval] IDispatch** ppdispActionStatements);
Property type As EventRuleStatementType (read-only)