wodImapServer ActiveX Component - RemoveAll Method
      
 

Description

Removes all subfolders from the collection.


Return Type

None  


Syntax

object.RemoveAll



The RemoveAll Method syntax has these parts:

Part Description
object An expression evaluating to an object of type ImapFolders.

Remarks
RemoveAll method will delete all folders from then collection. It will not physically delete folders from the disk, only from the collection created for the user when he logged on.

If some folder contains subfolders, they are removed (and freed) as well.