Gets or sets the origination date of this message. If origination date is not available, return the date specified by the first 'Received' header.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

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

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