Platform SDK: Exchange Server |
Inserts the Rule object before the object at the specified position.
HRESULT Add([in,optional] VARIANT index, [in] IDispatch *pRule)
Sub Add([index],pRule As Object)
If you do not add the rule to the default position, the Rule object's indices are not in order. To update the indices, call the IRules::UpdateIndicesmethod. You must call the Update method to make the change permanent.