GetSubfolder
Description
Returns a Folder object containing the immediate, visible subfolder.
Syntax
VBScript
folder.GetSubfolder childName
Perl
$folder->GetSubfolder (childName);
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- childName
- The name of subfolder to get.
- Return value
- Returns the Folder object that represents the named folder. Throws an exception if the named folder does not exist.