a task was thrown in my lap that requires me to:
- Iterate through many (1000’s) of message folders in outlook 2010
- for each folder in a specific subfolder, right click a menu, select export as pdf (this is a plugin “DocumentExporter”), and click the ok button
I use outlook rarely, so I’ve never automated it to this extent. I see you can do it with vba, and also potentially .net (i’ve installed the .net programmability extensions)
Any suggestions on the quickest way to go about this?
Thanks!
I do not have Outlook here so the following is air-code.
I have no idea if this will work, it’s just an idea. Make sure that Outlook is in foreground while running this (by assigning the
DoIt()routine to a custom toolbar button). The starting folder must be selected before you begin.