MailBee.NET Objects 7.2

DsnRecipient.FinalRecipientType Property

Gets the type of the final recipient e-mail address as string.

public string FinalRecipientType {get;}

Property Value

A string value with the type of the final recipient e-mail address taken from "Final-Recipient" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.

Remarks

This address type may differ from the address type originally provided by the sender, because it may have been transformed during forwarding or gatewaying.

In this example, DSN field is:
Final-Recipient: rfc822; test@test.com
The return value is marked bold.

See Also

DsnRecipient Class | MailBee.BounceMail Namespace | FinalRecipientAddress