wodImapServer ActiveX Component - Count Property
      
 

Description

Return total number of messages in current folder.


Property type

An Integer value.  


Syntax

object.Count



The Count Property syntax has these parts:

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

Remarks

Count is a read-only property that returns total number of messages in the folder, or total number of parts in the message (depending when you use it).

You can access specific Message using the Item property.