Description
-
Holds message Date, if available.
Property type
-
A Date value.
Syntax
-
object.Date [= value]
The Date Property syntax has these parts:
object |
An expression evaluating to an object
of type Message. |
value |
A Date value. |
Remarks
-
Date property will parse and return value of
'Date' header (if found), and represent it through
Date format - number of seconds passed since 1.1.1970. If
no 'Date' header is found, this property will
return current date.
When you set this property, wodMailbox will create
string representation of given date as it should exist in
'Date' header.
|