0
votes
2answers
844 views

Find and Select an Outlook Email from MS Access

I need to build a tool that will allow the user to select an email from his Outlook so I can then save that email as a .msg file or alternately save just the attachment as a file. I'm stumbling a ...
0
votes
0answers
43 views

Outlook Adressbook in Access 2010 - VBA

I am trying to access the Outlook Adressbook via Access. Once a contact is selected, it shall be availabe as an Object in Access to further work with it. This worked fine with Office 2007 using the ...
0
votes
0answers
84 views

Can I write a macro in Access which checks an email address on an Exchange Server?

I need to write a macro in Microsoft Access which will update an Access Database based on emails that are in the inbox of an account on the company mail server (it's a Microsoft Exchange server which ...
0
votes
0answers
228 views

Access/Outlook VBA Error - -2147221223 Cannot move the items

I am making a loop to delete any outlook email messages that have the subject that is in an Access table. It works fine the first time through the loop, but gives me the following error the second ...