AllowNestedResponses property

Indicates whether nested responses are allowed in the topics.

Syntax


C++

HRESULT get_AllowNestedResponses(VARIANT_BOOL* pAllowNestedResponses)

HRESULT put_AllowNestedResponses(VARIANT_BOOL myAllowNestedResponses)

Scripting languages

Boolean = Object.AllowNestedResponses

Object.AllowNestedResponses = Boolean

Legal values


Value

Description

TRUE

Nested responses are allowed in topics.

FALSE

Nested responses are not allowed in topics.

Remarks


AllowNestedResponses does not affect comments that were created before the property was set. If you set the property to FALSE, nested responses created before you set the property remain nested.

Home

Applies to

IERUDiscussionPage


See also

Discussions