wodImapServer ActiveX Component - Count Property
      
 

Description

Return total number of users currently connected to Imap 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 ImapUsers.

Remarks
This is readonly property that will return total number of currently connected users. To access particular user from the collection, use Item property.