Back to product page

Count Property


Returns total number of parts in the message.

Type

Integer

Syntax

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

Remarks

Count is a readonly property that returns total number of parts in the message. You can access specific part using Item property.

Platforms

Windows