Hunny Software Library Reference

AddressData.SourceRoute Property

Gets the source route of an email address.

[Visual Basic]
Public ReadOnly Property SourceRoute As String
[C#]
public string SourceRoute {get;}

Property Value

The source route of an email address.

Remarks

The source route in an email address has been deprecated for many years, and is rarely, if ever, seen. However, it is still valid according to RFC 2822 and is supported by IMAP4rev1.

If the address does not have a source route, this property's value is an empty String.

See Also

AddressData Class | Hunny.Mail Namespace