Platform SDK: Exchange Server |
Returns the Rule object at the indicated position.
[id(DISPID_DEFAULT)] HRESULT Item([in] VARIANT index, [out, retval] IDispatch **pItem)
Function Item(index) As Object
If your VBScript code uses a variable for the Index, cast Index to an integer using the CInt() function.
Since this is the default method for this object, you need not supply the method name to access the rule.