wodPop3Server ActiveX Control - Count Property
      
 

Description

Holds number of messages in collection.


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

Remarks

This is readonly property that will return total number of messages for connected user. To access particular message from the collection, use Item property.