|
|
|
|
|
<emailOutlookSession variable>.ChangeFolder (Function) In french: <Variable emailSessionOutlook>.ChangeDossier Modifies the current folder in the Outlook messaging software. This folder is found in the "Personal folders" branch. Please note: "Generic folder" type folders are not managed. Reminder This function cannot be used to modify the current folder in Outlook Express.
IDSession is emailOutlookSession
...
IDSession.ChangeFolder("Dossiers personnels\Boîte de réception\Travail")
Syntax
<Result> = <Session>.ChangeFolder(<Folder path>)
<Result>: Boolean - True if the modification was performed,
- False otherwise (the specified path does not exist for example). 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 Name of the variable of type emailOutlookSession that corresponds to the current email session. <Folder path>: Unicode string Path of new current folder.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|