Folders.Item() (Method)

Locate and return a reference to a specifically named Folder.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Folder object
JavaScript syntax:IEmyFolders.Item(aName)
Argument list:aNameThe name of the Folder object to be located

You can use this to retrieve a Folder object that encapsulates an existing folder. Like the Add() method, this can also be used to create new folders and to instantiate an encapsulating object before returning it.

See also:Folder object