The date a message was sent.
property Date: TIdDateTime;
Date is a TDateTime property that represents the TDateTime, expressed in the local timezone, when the message was sent.
For an incoming message, Date contains the value read from the RFC 2822 message header "Date:".
For an outgoing messsage, Date contains the value written to the RFC 2822 message header "Date:", or the current timestamp when UseNowForDate is True.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |