Count Property (All Dundas Mailer collections)

Dundas

Count Property (All Dundas Mailer collections)

Use this read-only property to determine the number of elements currently stored in any Dundas Mailer collection.

Syntax

AnyMailerCollection.Count

Remarks

Use this property to find out how many elements are currently being stored in any Dundas Mailer collection. This is useful for determining the upper loop delimiter when iterating through all of a collection's items. Note that you can also iterate through any Dundas Mailer collection with For...Each loops.

See Also: Remove Method | Item Method | Clear Method