Catalyst Internet Mail .NET

InternetMail.Delivered Property

Gets the number of recipients the message has been delivered to.

[Visual Basic]
Public ReadOnly Property Delivered As Integer
[C#]
public int Delivered {get;}

Property Value

An integer value which specifies the number of recipients the message was successfully delivered to.

Remarks

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.

See Also

InternetMail Class | SocketTools Namespace