Back to product page

Count Property


Returns total number of headers in the collection.

Type

Integer

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type SmtpHdrs

Remarks

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

Platforms

Windows