Description
Returns the specified item in the Folders
collection.
The argument to this method can be either a numeric index
(
itemNum) or a String (
name):
- For VBScript, the argument to the Item method can be either
a numeric index or a name.
- For Perl, there are two separate methods:
- Item, which takes a numerical index argument.
- ItemByName, which takes a string name argument.
Remarque : This method became available in version 7.1.0.