Hunny Software Library Reference

Mailbox.Route Property

Gets or sets the route.

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

Property Value

the route

Remarks

The route, sometimes called the "source route", is deprecated in current usage, and is rarely seen. Hunny MIME.NET supports it only to be fully compliant with standards, and to provide compatibility with obsolete mail systems.

See Also

Mailbox Class | Hunny.Mime Namespace