|
|
|
|
|
<emailIMAPSession variable>.CurrentFolder (Function) In french: <Variable emailSessionIMAP>.DossierCourant Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol). This folder is found in the "Personal folders" branch.
MaSession is emailIMAPSession
...
MaSession.AddFolder(MaSession.CurrentFolder() + "\Travail")
MaSession.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>: emailIMAPSession variable Name of the variable of type emailIMAPSession that corresponds to the current email session.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|