chaplaindoug
New member
- Local time
- Today, 02:17
- Joined
- Jun 22, 2016
- Messages
- 2
I want to use VBA to create a subfolder and a rule from code behind in Access 2013. I could use some coding examples.
1. In Outlook I have more than one account set up. I have two IMAP accounts and two Exchange accounts.
2. I want to create a subfolder under the Inbox of one of the Exchange accounts.
So, I need to know how to programmatically specify that I want the subfolder created under THAT specific Inbox. AND I need to be able to create the rule to apply to JUST email associated with THAT Inbox. Any help will be appreciated. Thank you.
More specifically examples of VBA code to:
1. Create a sub folder called "Test Q" under the Inbox of an Exchange email account called "D-Doug.Pruiett@abc.com."
2. Create a rule that directs incoming email with "Test Q" in its subject line to the sub folder created in step 1.
More specific help/examples would be great. Thanks for any help.
1. In Outlook I have more than one account set up. I have two IMAP accounts and two Exchange accounts.
2. I want to create a subfolder under the Inbox of one of the Exchange accounts.
So, I need to know how to programmatically specify that I want the subfolder created under THAT specific Inbox. AND I need to be able to create the rule to apply to JUST email associated with THAT Inbox. Any help will be appreciated. Thank you.
More specifically examples of VBA code to:
1. Create a sub folder called "Test Q" under the Inbox of an Exchange email account called "D-Doug.Pruiett@abc.com."
2. Create a rule that directs incoming email with "Test Q" in its subject line to the sub folder created in step 1.
More specific help/examples would be great. Thanks for any help.