wodSmtp ActiveX Control - Count Property
      
 

Description

Returns total number of parts in the message.


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 SmtpMsgs.

Remarks

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