ResultRecipients Property |
The list of delivery status information objects representing each recipient in the DSN message.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public RecipientStatusCollection Recipients { get; }
Public ReadOnly Property Recipients As RecipientStatusCollection
Get
Property Value
Type:
RecipientStatusCollection
The collection of the delivery status details for every recipient's e-mail address listed ih
the DSN message. Never a null reference and never empty.
Examples See Also