References specific message part.
A SmtpMsg object. Reference to requested part.
object.Item(Index)
The Item Property syntax has these parts:
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.
Your browser does not support iframes.