wodImapServer ActiveX Component - Messages Property
      
 

Description

References collection of messages in current folder.


Property type

An ImapMessages object.  


Syntax

object.Messages



The Messages Property syntax has these parts:

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

Remarks

As you already know - each folder (or mailbox) can hold unlimited number of messages that can user see/read when he opens some folder. All of those messages are stored within Messages collection. Here, you can Add, Remove ... and reference specific message from the collection.