Description
-
Returns reference to specific virtual folder.
Property type
-
A VirtualFolder
object. Reference to requested VirtualFolder
object.
Syntax
-
object.Item(Index)
The Item Property syntax has these parts:
| object |
An expression
evaluating to an object of type VirtualFolders. |
| Index |
Required. 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.
|