OpenDiscussions Method

Office Web Discussions Client Visual Basic

expression.OpenDiscussions(URL)

expression    An expression that returns a Microsoft Office Server Extensions (OSE) object.

URL Required. A String that represents the URL of the discussion server.

Example

This example returns the Discussions collection for the folder http://examples.microsoft.com.

Dim dscDiscussions As Discussions
Set dscDiscussions = _
    OpenDiscussions("http://examples.microsoft.com")