Hunny Software Library Reference

Stamp.Via Property

Gets or sets the physical mechanism through which the message was received.

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

Property Value

The physical mechanism.

Remarks

In the "Received" header field, the physical mechanism follows the "via" keyword. If the physical mechanism is not present, this property returns an empty string.

See Also

Stamp Class | Hunny.Mime Namespace