Gets the number of recipients the message has been delivered to.
An integer value which specifies the number of recipients the message was successfully delivered to.
The Delivered property returns the number of recipients that the message was successfully delivered to using the SendMessage method. This property is updated after the method returns, and can be compared against the value of the Recipients property to check that the message was submitted to all recipients.
It is important to note that there is no guarantee that the recipient has retrieved and read the message, only that it has been submitted successfully to the mail server for delivery.
InternetMail Class | SocketTools Namespace