Gets the origination date of this message.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public ReadOnly Property Date As MailDateTime
	Get
C#
public MailDateTime Date { get; }

Field Value

The origination date.

Remarks

The origination date specifies the date and time at which the creator of the message indicated that the message was complete and ready to enter the mail delivery system.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also