wodMailbox ActiveX Control - Count Property
      
 

Description

Returns total number of messages in mailbox file.


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 Messages.

Remarks

Count is a readonly property that returns total number of messages in the mailbox file, or total number of parts in the message (depending when you use it).

You can access specific Message using Item property.