G
Grod
I want to have a program which performs a search for emails and then
iterates through the resulting emails printing each email with its
attachments. Before printing each email it would issue the
the batch command:
net print \\mydomain\myprinter
repeatedly, checking its output, until it indicated that the queue was
empty since it is very important to me that the email and attachments
get printed together and that everything is done the in correct order.
No one else uses the printer so this should not be a problem. (I have
already played around with print queue properties ad nauseum and can't
seem to get it to reliably do this which is why I am now looking into
the program route.)
How do I issue the search and iterate through the results programmatically?
I am using Windows 2000 and Outlook 2000.
Thanks.
iterates through the resulting emails printing each email with its
attachments. Before printing each email it would issue the
the batch command:
net print \\mydomain\myprinter
repeatedly, checking its output, until it indicated that the queue was
empty since it is very important to me that the email and attachments
get printed together and that everything is done the in correct order.
No one else uses the printer so this should not be a problem. (I have
already played around with print queue properties ad nauseum and can't
seem to get it to reliably do this which is why I am now looking into
the program route.)
How do I issue the search and iterate through the results programmatically?
I am using Windows 2000 and Outlook 2000.
Thanks.