Hunny Software Library Reference

Stamp.By Property

Gets or sets the receiving host.

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

Property Value

The receiving host.

Remarks

The receiving host is the host that added this field to the message headers. In the "Received" header field, the receiving host follows the "by" keyword. If the receiving host is not present, this property returns an empty string.

See Also

Stamp Class | Hunny.Mime Namespace