Discussion Object


Contains information about a Discussion list in a Microsoft FrontPage Web site.
This object is supported only by Web pages or sites that are based on Microsoft Windows SharePoint Services.
Using the Discussion object
Use the Item property for the Lists collection to return a single Discussion object. The following example assumes the first list in the active Web site is a Discussion object, and then returns it.
Dim objDiscussion As Discussion
Set objDiscussion = ActiveWeb.Lists(0)