IsTopic property

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

Syntax


C++

HRESULT get_IsTopic(VARIANT_BOOL* pIsTopic)

Scripting languages

Boolean = object.IsTopic

Legal values


Value

Description

TRUE

The object is able to have a topic interface.

FALSE

The is not able to have a topic interface.

Remarks


Objects that can contain Topics support the IERUTopic interface. The following objects can contain Topics: Discussion Pages, Folder Pages, Inbox Pages, Database Row Pages, Calendar Event Pages, Mail Pages, Note Pages, Poll Pages, Topic Pages, and Version Pages.

Home

Applies to

IERUItem


See also

IERUTopic