MailBee.NET Objects 7.1

RecipientStatusCollection Class

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

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

System.Object
   System.Collections.CollectionBase
      MailBee.BounceMail.RecipientStatusCollection

[DefaultMember(MemberName="Item")]
public class RecipientStatusCollection : 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 can be addressed to multiple recipients, a DSN message may contain more than one delivery status notification.

To get this collection, use Notification.Process method to obtain Result object and then examine Recipients property.

Requirements

Namespace: MailBee.BounceMail

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

See Also

RecipientStatusCollection Members | MailBee.BounceMail Namespace | RecipientStatus