A collection of Account objects.
The following table lists properties along with their access and descriptions.
Property |
Access |
Description |
---|---|---|
Application |
R/O |
Application. The Application object. |
Count |
R/O |
Long. The number of objects in this collection. |
_NewEnum |
R/O |
Enumeration object. Implements IEnumVARIANT. For Windows only. |
Parent |
R/O |
Application. The Application object that owns this collection. This property is included for completeness and is identical to the Application property. |
DEFAULT. Returns the Account object located at the given Index in the collection. Valid indexes are 1 through Count, inclusive. Throws an exception if the Index is outside of this range.
The Accounts collection has no direct Add method. Instead, Account objects are added by the Application object's Proxy method, or by the Application object's MultiLogin method.
There is no need to refresh an Accounts collection, it is always up-to-date.