VB6 how to test if mailItem.PrintOut complete?

M

Mark

Using VB6 - I'm printing an Outlook mailItem to the Acrobat PDFWriter.
I need to 'pause' the VB6 program until after the print is complete.

What variables or settings can I use to check if the print is
complete?

Thank you.
 
S

Sue Mosher [MVP-Outlook]

None. Outlook's PrintOut method returns nothing about its state. Maybe the
PDFWriter add-in itself has some method or property you can use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top