wodPop3 ActiveX Control - Count Property
      
 

Description

Returns total number of 'Received' headers 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 Pop3Recs.

Remarks

Count is a readonly property that will return integer value that represents total number of 'Received' headers in the headers collection. To reference specific header in the collection, use Item property.