MailBee.NET Objects 7.2

DsnAttachment.Recipients Property

Gets the list of the delivery statuses of the original e-mail message to its recipients.

public DsnRecipientCollection Recipients {get;}

Property Value

The list containing the delivery status details of the original e-mail message to those of its recipients which have been handled by the mail server which sent this DSN e-mail.

Remarks

The returned collection contains the delivery status, the e-mail address and other details for the recipients of the original e-mail message. The original e-mail message is a message for which this DSN was issued upon delivery (or not delivery) by the mail server which sent this DSN e-mail.

Note   The returned collection does not necessarily contain all the recipients of the original message. If the message is addressed to e-mail addresses at different domains (i.e. user@domain1.com and user@domain2.com), their destination mail servers may be different. Thus, each of these servers can send its own DSN regarding the delivery to the recipient belonging to its own domain.

See Also

DsnAttachment Class | MailBee.BounceMail Namespace