wodPop3 ActiveX Control - Count Property
      
 

Description

Returns total number of messages in the 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 Pop3Msgs.

Remarks

Count is a readonly property that returns total number of messages on the server. You can access specific message using Item property.