MailBee.NET Objects 7.2

RecipientStatus.Source Property

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

public RecipientStatusSource Source {get; set;}

Property Value

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

RecipientStatus Class | MailBee.BounceMail Namespace