Thread

Index > Scribe > Scripting query:how to create a new folder
Author/Date Scripting query:how to create a new folder
Scott
30/11/2020 4:49am
In my script, that I've added to the message context menu, I'd like to create a new folder in the Mail.Folder container. How can this be done?
In the DOM, I see an Add() and New() function, but these don't seem to be useful in this case.
fret
09/02/2021 10:39pm
See the CreateSubFolder function. It's in the scripting help page.
Reply