Hunny Software Library Reference

Stamp.From Property

Gets or sets the sending host.

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

Property Value

The sending host.

Remarks

In the "Received" header field, the sending host follows the "from" keyword. If the sending host is not present, this property returns an empty string.

See Also

Stamp Class | Hunny.Mime Namespace