Platform SDK: Exchange Server

IRule::NewIndex Property

Specifies the new position of the Rule in the collection when IRules::UpdateIndicesis called.

IDL Definition

[propget] HRESULT NewIndex([out, retval] long *pVal) 
[propput] HRESULT NewIndex([in] long newVal)

Visual Basic Definition

Property NewIndex As Long

Remarks

Use this property to reorder the rules in the collection. Once you've reordered the rules, update the indices by calling the IRules::UpdateIndices method. To save the changes to the information store, call the IRules::Updatemethod.