wodImapServer ActiveX Component - Name Property
      
 

Description

Determines name of the folder.


Property type

A String value.  


Syntax

object.Name [= value]



The Name Property syntax has these parts:

Part Description
object An expression evaluating to an object of type ImapFolder.
value A String value.  Holds folder name.

Remarks

Each folder has his own name - for example INBOX, Drafts, Sent Items, etc.. What you put in Name property is exactly what client sees when he connects to your server. You should never change folder name during folder lifetime.