RecipientStatusDsnInfo Property |
A reference to
DsnRecipient object which provides
Delivery Status Notification data for the recipient.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DsnRecipient DsnInfo { get; }
Public ReadOnly Property DsnInfo As DsnRecipient
Get
Property Value
Type:
DsnRecipient
A
DsnRecipient object which contains parsed DSN attachment data, or a
null reference (
Nothing in Visual Basic) if the DSN attachment is missing in the DSN message.
Remarks
MailBee sets this property even if
Source is set not to use DSN attachments.
Examples See Also