|
|
|
|
|
<emailOutlookSession variable>.CurrentFolder (Function) In french: <Variable emailSessionOutlook>.DossierCourant Returns the name of the current folder in the Outlook messaging software. This folder is found in the "Personal folders" branch. Reminder This function does not allow you to find out the name of the current folder in Outlook Express.
IDSession is emailOutlookSession
...
IDSession.AddFolder(IDSession.CurrentFolder() + "\Travail")
IDSession.AddFolder("Dossiers personnels\Boîte de réception\TravailPerso")
Syntax
<Result> = <Session>.CurrentFolder()
<Result>: Character string - Name of current folder,
- Empty string ("") if an error occurred. If an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo with the errMessage constant.
<Session>: emailOutlookSession variable
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|