SharedWorkspaceFolders.ItemCountExceeded property (Office)

Gets a Boolean value that indicates whether the number of SharedWorkspaceFolders items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane. Read-only.

Note

Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.

Syntax

expression.ItemCountExceeded

expression A variable that represents a SharedWorkspaceFolders object.

Return value

Boolean

Remarks

The Shared Workspace task pane can only display 99 shared workspace files and folders, links, members, or tasks. If more than 99 items are added to any of these collections, the corresponding tab of the Shared Workspace task pane will stop displaying the list of items, and displays a link to the shared workspace site webpage instead; the collection is no longer populated locally, and its Count property returns 0 (zero).

Furthermore, after the ItemCountExceeded property returns True for one of the collections listed earlier, the developer can no longer remedy the situation programmatically by deleting items from the collection to reduce the count below 99 because the collection is no longer populated.

The ItemCountExceeded property of the SharedWorkspaceFolders collection returns True when the combined count of files and folders exceeds 99 because both lists are combined and displayed together on the Documents tab of the Shared Workspace task pane.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.