Flag an email that was imported in Access

M

Matt

Hi guys,
I'm using Outlook XP & Access 2000. I wrote a VBA procedure in Access
which imports all emails in a selected Outlook folder for back up
purposes. Everything is running great. However, I want to flag every
email that was imported in Access and I'm not sure how to do this in
Outlook. Should I setup a custom field and update it when I import
the email in Access? I did try to setup a custom field and use the
UserProperties("Backed Up").Value = "Yes" in from Access but that
didn't seem to work. Any advice?

Thanks in advance !!

Matt
 
Top