|
|
|
|
|
EmailRemoveFolder (Function) In french: EmailSupprimeDossier Deletes a folder from the Outlook messaging software or from an IMAP server.
MaSession is emailIMAPSession
...
EmailRemoveFolder(MaSession, EmailCurrentFolder(MaSession) + "\Travail")
EmailRemoveFolder(MaSession, "Dossiers personnels\Boîte de réception\TravailPerso")
Syntax
<Result> = EmailRemoveFolder(<Session> , <Folder path>)
<Result>: Boolean - True if deleted successfully,
- False otherwise. 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: <Folder path>: Unicode string Path of folder to delete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|