ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Managing emails
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Ouverture de la session Outlook
IDSession is emailOutlookSession
...
// Création d'un dossier dans le dossier en cours 
IDSession.AddFolder(IDSession.CurrentFolder() + "\Travail")
// Création d'un dossier dans le dossier personnel
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
WINDEVWEBDEV - Server code Name of the variable of type emailOutlookSession that corresponds to the current email session.
Component: wd300com.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help