IsContainer property

Returns whether the object is able to have a container interface.

Syntax


C++

HRESULT get_IsContainer(VARIANT_BOOL* pIsContainer)

Scripting languages

Boolean = object.IsContainer

Legal values


Value

Description

TRUE

The object can have a container interface.

FALSE

The object cannot have a container interface.

Remarks


Objects that are containers support the IERUContainer interface. The following objects are containers: Discussion Pages, Folder Pages, Inbox Pages, Mail Pages, Note Pages, Poll Pages, Topic Pages, Database Row Pages, Calendar Event Pages, and Version Pages.

Home

Applies to

IERUItem


See also

IERUContainer