Hello,
I'm trying to write a simple script to open and close, one-by-one, all 6,000+ emails in my outlook inbox! This will retrieve them all from my company archive to my local machine, where I often work offline and need access.
I had started opening these emails 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! My google searches have found nothing that I can make sense of!! (albeit I come from a php background)
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, pointers would be greatly appreciated. Thanks a lot in advance.
I'm trying to write a simple script to open and close, one-by-one, all 6,000+ emails in my outlook inbox! This will retrieve them all from my company archive to my local machine, where I often work offline and need access.
I had started opening these emails 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! My google searches have found nothing that I can make sense of!! (albeit I come from a php background)
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, pointers would be greatly appreciated. Thanks a lot in advance.