|
|
|
|
<emailOutlookSession variable>.RemoveFolder (Function) In french: <Variable emailSessionOutlook>.SupprimeDossier Deletes a folder from the Outlook messaging software.
Syntax
<Result> = <Session>.DeleteFolder(<Folder path>)
<Result>: Boolean - True if the deletion was performed,
- 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>: emailOutlookSession variable Name of the emailOutlookSession variable corresponding to the email session to use. <Folder path>: Unicode string Path of folder to delete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|