Flag an email that was imported in Access in VBA

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
 
M

Michael Bauer

Hi Matt,

why do you think so? Do you get an error? Test if the UserProperty
exists already, if not add it, then store your flag and save the
MailItem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top