Description
-
Adds new subfolder.
Return Type
-
An ImapFolder
object.
Syntax
-
object.Add
(Name)
The Add Method syntax has these parts:
object |
An expression evaluating to an object
of type ImapFolders. |
Name |
Required. A String value. Holds new
folder name. |
Remarks
-
Add method will add new folder for the user. Immediately
after adding new folder it will be accessible to the
client. But, most probably client will not be able to see
it immediately, because he might need to refresh list of
available folders.
This method is used no matter if you're adding root
folders, or subfolders.
|