Return total number of users currently connected to Pop3
server.
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 Pop3Users.
Remarks
This is readonly property that will return total number
of currently connected users. To access particular message
from the collection, use Item
property.