Need: Date handling in Outlook Macros, either information/documentation

  • Thread starter Thread starter Searle, Paul
  • Start date Start date
S

Searle, Paul

I am usually a VBScript guy, but I have an assingment to modify an Outlook
2003 Export/Modify Macro that has been handed to me with code that will only
process a mail item if it is older than a certain date. Would somone care to
expound or help me find MSDN documentation/sample code that uses MailItem
date for program execution?

Thanks in advance, and apologies for swimming with the big fishes where I
don't belong,
Paul
 
There're different date properties for a mail item like ReceivedDate,
CreationTime, LastModificationTime. You can find all of the properties in
the object browser (f2); select the MailItem left hand.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Thu, 18 Jun 2009 12:22:08 -0500 schrieb Searle, Paul:
 
Back
Top