Simple Print Macros
"Hank Youngerman" wrote:
I would like to write a simple macro that would open and print all the
emails in a folder. How do I write and execute it? Seems like it
should be simple.
I think it will be something like:
Select folder
For each mailitem in
mailitem.open
mailitem.print
next mailitem
But I don't know the exact syntax.
Thanks in advance.
|