MailBee.NET Objects 7.2

RecipientStatus.DsnInfo Property

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

public DsnRecipient DsnInfo {get;}

Property Value

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.

Example

The example is available in DsnRecipientFields.Items topic.

See Also

RecipientStatus Class | MailBee.BounceMail Namespace | EmailAddress