wodSmtp ActiveX Control - Item Property
      
 

Description

References specific message part.


Property type

A SmtpMsg object.  Reference to requested part.


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpMsgs.
Index Required. An Integer value. Specifies index for the part.

Remarks

Item property will return specific message part from collection of all message parts.

For example,

wodSmtp.Message.Parts.Item(3)

would return 4th part in the message.