Description
-
Returns message date.
Property type
-
A Date value.
Syntax
-
object.Date
The Date Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
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.
|