wodImapServer ActiveX Component - ImapFolder Object
    
 
Description

ImapFolder Class


Object Model





Remarks
Unlike in POP3 protocol where is only one mailbox (folder) available, usually known as INBOX, IMAP specification allows unlimited number of folders to exist, and to be accessed by the client. wodImapServer stores each such folder in collections, so you can access them using User.Folders and Folder.SubFolders properties.

Remember - FOLDER is same as MAILBOX, no matter what term is used, these are the same!

Members
Properties
Location Read-write property Not used, free for misc usage.
Messages Read-only property References collection of messages in current folder.
Name Read-write property Determines name of the folder.
NextMessageUID Read-write property Holds next free unique ID for the messages.
Path Read-only property Returns relative path of the folder, as seen by the client.
SubFolders Read-only property References collection of sub-folders in current folder.
Subscribed Read-write property Determines if user is subscribed to see this folder.
Tag Read-write property Tag for misc usage.
UID Read-write property Holds folder unique ID.