ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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 current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...). This folder is found in the "Personal folders" branch.
Example
// Protocole IMAP
MaSession is emailIMAPSession
...
// Création d'un dossier dans le dossier en cours 
EmailAddFolder(MaSession, EmailCurrentFolder(MaSession) + "\Travail")

// Création d'un dossier dans le dossier personnel
EmailAddFolder(MaSession, "Dossiers personnels\Boîte de réception\TravailPerso")
Syntax
<Result> = EmailCurrentFolder(<Session>)
<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>: Character string, integer, or emailOutlookSession or emailIMAPSession variable
Identifier of the current email session. This identifier can be:
Component: wd300com.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help