Back to product page

Item Property


References specific message part.

Type

A SmtpMsg object. Reference to requested part.

Syntax

  • Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsgs
IndexRequired. 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.

Platforms

Windows