MailBee.NET Objects 7.1

DsnRecipient Class

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 class DsnRecipient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Example

The example is available in Items topic.

Requirements

Namespace: MailBee.BounceMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

DsnRecipient Members | MailBee.BounceMail Namespace | RecipientStatus | DsnAttachment