Hi,
I am trying to link my outlook with ms-access where the emails received to common inbox is assigned separate users based on another table. I am able to link the folder to an access table and have it refreshed periodically and below are my questions:
1. I see the subject line not similar always, hence I would create a fields such as Type, Folder name Units based on the Subject Line which has 3 parts starting Type, Event Name & Unit Size
Ex 1: AA – Steve Austin – 10 Units
Ex 2: BB – Steve John
· Type – Extract this based on Subject line of the email
· Folder Name – This is a concatenation of the Subject Line & Email Received Time
· Unit Size – I would require the Numeric figure mentioned in the subject line else the field should be set with default value as 1
2. There could be emails received with attachments which should be saved in the 2 different network path based on the Type extracted from the Email subject line and the field Folder Name as per database
3. Users Table is created with their status as Yes or No. I would require every email to be assigned to the users who are marked Yes. This User status will be captured everyday where a User might be available today may not be available tomorrow, so in such case we would not want the old emails assigned to him need not be changed.
Please advise.