Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodSmtp
- Methods
- Properties
- Authentication
- Blocking
- Certificate
- CharSet
- DNSHostname
- Hostname
- LastError
- LastErrorText
- Login
- MailFrom
- MailTo
- Message
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RequestReceipt
- RetryCount
- RetryWait
- Security
- State
- StateText
- Tag
- Timeout
- Transcript
- UseIPv6
- Version
- Events
- IwodSmtpClientNotify
- SmtpEncoder
- SmtpHdr
- SmtpHdrs
- SmtpMsg
- SmtpMsgs
- wodSmtp
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Item Property
References specific header in the collection.
Syntax
- Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
The Item(object,Index) syntax has these parts:
object | An expression evaluating to an object of type SmtpHdrs |
Index | Required. A Variant value. Integer value that specifies header index, of string expression that specifies header Name. |
Remarks
Item property is used to access specific header in the collection of all headers that exist in email message. Index parameter can be either integer value, in which case it's between 0 and Count-1, and it represents absolute header index in the collection. Also, it can be string expression that represent header name, such as 'From', or 'To' or similar.If no such header exist, error is returned. String expression is case insensitive.