Hunny Software Library Reference

Stamp.Date Property

Gets or sets the date and time that the message was received.

[Visual Basic]
Public Property Date As DateTime
[C#]
public DateTime Date {get; set;}

Property Value

The date and time that the message was received by the host that added the time stamp.

Remarks

This information is the only required information in the "Received" header field.

See Also

Stamp Class | Hunny.Mime Namespace