ResultRecipients Property
The list of delivery status information objects representing each recipient in the DSN message.

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

Property Value

Type: RecipientStatusCollection
The collection of the delivery status details for every recipient's e-mail address listed ih the DSN message. Never a null reference and never empty.
Examples
The example is available in DeliveryStatusParser topic.
See Also