Contains the delivery status and other details for a single recipient listed in the DSN attachment.
For a list of all members of this type, see DsnRecipient Members.
System.Object
MailBee.BounceMail.DsnRecipient
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
In most cases, it's easier to use RecipientStatus object instead of DsnRecipient because RecipientStatus is more general. Use DsnRecipient object only if you need to examine particular fields of the DSN attachment. For general tasks (find the e-mail address for which your e-mail was not delivered), use RecipientStatus object.
To get DsnRecipient, use DsnInfo property. Or, if you have DsnAttachment object, use Recipients property to get the collection of DsnRecipient objects representing all recipients listed in the DSN attachment.
The example is available in Items topic.
Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll)
DsnRecipient Members | MailBee.BounceMail Namespace | RecipientStatus | DsnAttachment