Hello,
I'm trying to write a simple script to open all 6,000+ emails in my outlook inbox so that they are all retrieved from an archive.
I had started doing this manually (in batches of 50 emails) but a friend has said I can automate this process with a macro script. I know this must be a simple operation in VB, but I don't know where to start!
This is the process that I would like to learn how to loop through:
1. Take the first email in my inbox
2. Open it (by performing the same action as double-clicking the email sender and subject)
3. Wait for email to be retrieved from the archive and appear in a new message window
4. Close the message window and move onto the next email
Any help would be greatly appreciated. Thanks a lot in advance.
I'm trying to write a simple script to open all 6,000+ emails in my outlook inbox so that they are all retrieved from an archive.
I had started doing this manually (in batches of 50 emails) but a friend has said I can automate this process with a macro script. I know this must be a simple operation in VB, but I don't know where to start!
This is the process that I would like to learn how to loop through:
1. Take the first email in my inbox
2. Open it (by performing the same action as double-clicking the email sender and subject)
3. Wait for email to be retrieved from the archive and appear in a new message window
4. Close the message window and move onto the next email
Any help would be greatly appreciated. Thanks a lot in advance.