Platform SDK: Exchange Server

ILogicalCondition::Add Method

Adds a new Condition object to the collection.

IDL Definition

HRESULT Add([in] IDispatch* pItem)

Visual Basic Definition

Sub Add(pItem As Object)

Parameters

pItem
An object reference derived from the ICondition interface.

Remarks

You can add an object that implements any interface that derives from the ICondition interface. Such objects include ContentCondition, ExistsCondition, PropertyCondition.