wodMailbox ActiveX Control - Messages Property
      
 

Description

Reference to collection of messages in current mailbox.


Property type

A Messages object.  


Syntax

object.Messages



The Messages Property syntax has these parts:

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

Remarks

Using Messages property you are able to access information about Message objects in opened mailbox. Using regular collection properties, such as Count, Item, Add, etc. you can get total number of messages in the mailbox, access specific email message, add new message, delete message(s) etc..

Contents of messages collection may change during your work on the mailbox file. For instance, if you call Remove method and after that you Update changes to mailbox file, total Count will surely be changed.