Back to product page

Item property


Returns reference to specific virtual folder.

Type

A VirtualFolder object. Reference to requested VirtualFolder object.

Syntax

  • Basic
object.Item(Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type VirtualFolders.
IndexRequired. A Variant value. Holds virtual folder index, or virtual folder name.

Remarks

Item property will return reference to requested VirtualFolder. Index argument could be a number - as id of the folder in the collection, or string as folder name. First name that matches will be returned.

Platforms

Windows