ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
List of folders. The different folders are separated by CR characters (Carriage Return). The format of the result depends on the constant used:LstFolderAll<Name of Folder1> + CR + <Name of Folder2> + CR +...LstFolderNormal(Default value)<Name of Folder1> + CR + <Name of Folder2> + CR +...LstFolderSorted<Name of Folder1> + CR + <Name of Folder2> + CR +...LstFolderType<Name of Folder1> + TAB + "Type of Folder1> + CR + <Name of Folder2> + TAB + "Type of Folder2> + CR +...Where:<Name of FolderX>: Full name of folder. For example: "Personal folders\Inbox\Work".<Type of FolderX>: Type of listed folder. This parameter can correspond to:folderDraft: Folder for the draftsfolderContact: Folder for the contacts and for the groups of contactsfolderRecycleBin: Folder for the deleted elementsfolderOutbox: Folders for the emails that will be sentfolderSentEmail: Folder for the outgoing emailsfolderGeneric: Generic folder (folder created by the users)folderLog: Folder for the logsfolderNote: Folder for the notesfolderPersonal: Root of the "Personal folders" folderfolderInbox: Folder for the incoming emailsfolderAppointment: Folder for the appointmentsfolderTask: Folder for the tasksIf an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo with the errMessage constant.
Identifier of current email session. This identifier can be: an integer returned by EmailStartOutlookSession or OutlookStartSession. a variable of type emailOutlookSession. a variable of type emailIMAPSession.the username passed to EmailStartIMAPSession.
Indicates:the type of list to perform:LstFolderAllList of all folders.LstFolderNormalList of folders containing emails only ("In-box", "Elements sent", ...).the sort mode of the list:LstFolderSortedList sorted in alphabetical order.the display of the folder type:LstFolderTypeReturns the type and name of folders (option not supported by the IMAP protocol)By default, all folders containing emails are listed. This list is not sorted in alphabetical order and it contains the name of each folder only.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: