RecipientStatusSource Property
Gets or sets from which data the RecipientStatus object should return the recipient delivery status information.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public RecipientStatusSource Source { get; set; }

Property Value

Type: RecipientStatusSource
A RecipientStatusSource value. The default value is DsnThenText.
Remarks
This property controls whether to take DSN information (such as EmailAddress, Description, etc) from the DSN attachment or from the text body. Changing this property value has immediate effect (i.e. it's not required to reparse or reprocess the DSN message in order to apply the changes).
See Also