MailMessage.Date Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Date
Gets or sets the origination date of this message. If origination date is not available, return the date specified by the first 'Received' header.
Declaration
public MailDateTime Date { get; set; }
Property Value
Type | Description |
---|---|
MailDateTime | 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.