I want to monitor a secondary Outlook account from ACCESS. I have a user with a second account that is being monitored in Outlook. If I change the Default account so that 2nd account is the Default I can perform all the actions necessary but I can't have it be the default account as they need their individual account to be the default.
How do I Set the olFolder to the 2nd account rather than the Personal default account as you can see in the code below?
Set olFolder = Outlook.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)
I am linked to the correct folders and can process the data from the folders but after all the database stuff is finished I need to Save the Attachment to a specific folder and then move the email to a completed folder.
It has been a long time since I have been on this site. Way back when I was very active. But, still active ACCESS programmer. Thought you guys could help here.
Thanks
Bob
Bob Scriver
MSU Spartan
How do I Set the olFolder to the 2nd account rather than the Personal default account as you can see in the code below?
Set olFolder = Outlook.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)
I am linked to the correct folders and can process the data from the folders but after all the database stuff is finished I need to Save the Attachment to a specific folder and then move the email to a completed folder.
It has been a long time since I have been on this site. Way back when I was very active. But, still active ACCESS programmer. Thought you guys could help here.
Thanks
Bob
Bob Scriver
MSU Spartan