|
||||||||||
Internet Mail Client Control FAQs/Objects/Message Object How do I get the Date from an email after receiving it with the POP3Client?
ID: S4E18 DATE:
N/A
Unfortunately the MIME date field is not currently exposed directly as a property of the Message Object. This will be corrected in a later release of the library. In the meantime you can access the date field directly through the MIME header, for example:
wscript.echo " Date :" & Msg.Header("Date") | ||||||||||
|
||||||||||
|