wodSmtpServer ActiveX Control - Item Property
      
 

Description

Returns reference to specific relay from the queue.


Property type

A SmtpRelay object.  Reference to requested Relay.


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpRelays.
Index Required. An Integer value. Index of the relay in the collection.

Remarks

Item property will return reference to specific Relay object from the collection of all messages currently being relayed. Index should go from 0 up to Count - 1 .