GetName
Description
Returns the name of the folder.
Note:
This method became available in version 7.1.0.
Syntax
VBScript
folder.
GetName
Perl
$folder->
GetName
();
Identifier
Description
folder
A Folder object obtained from the current workspace.
Return value
Returns a String containing the name of this folder.
Parent topic:
Folder object methods
See also
PermissionKind constants
Workspace security example
Feedback