MailBee.NET Objects 7.1

DsnRecipientCollection Class

Represents a collection of delivery status information objects for all recipients listed in the DSN attachment.

For a list of all members of this type, see DsnRecipientCollection Members.

System.Object
   System.Collections.CollectionBase
      MailBee.BounceMail.DsnRecipientCollection

[DefaultMember(MemberName="Item")]
public class DsnRecipientCollection : CollectionBase

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

Because an e-mail message can be addressed to multiple recipients, a DSN attachment may contain more than one delivery status notification.

Because some DSN messages do not contain any DSN attachment, it's more reliable to use RecipientStatusCollection as the list of the recipients in the DSN.

Requirements

Namespace: MailBee.BounceMail

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

See Also

DsnRecipientCollection Members | MailBee.BounceMail Namespace | DsnRecipient