RecipientStatusDsnInfo Property
A reference to DsnRecipient object which provides Delivery Status Notification data for the recipient.

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

Property Value

Type: DsnRecipient
A DsnRecipient object which contains parsed DSN attachment data, or a null reference (Nothing in Visual Basic) if the DSN attachment is missing in the DSN message.
Remarks
MailBee sets this property even if Source is set not to use DSN attachments.
Examples
The example is available in DsnRecipientFields.Items topic.
See Also