GetPersonalFolderForUser

Description

Returns the Folder object that represents the Personal queries folder for the user specified by the userName argument. Requires the Security Administrator privilege when the username does not match the current user.

Remarque : You must call SetSession on the Workspace object before calling GetPersonalFolderForUser, if you have not created a Session object.

Syntaxe

VBScript

workspace.GetPersonalFolderForUser userName 

Perl

$workspace->GetPersonalFolderForUser(userName); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
userName
A String containing a user name.
Valeur renvoyée
Returns the Folder object that represents the Personal queries folder for the specified user.

Commentaires en retour