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

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DsnRecipientCollection Recipients { get; }

Property Value

Type: DsnRecipientCollection
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 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