VB6 how to test if mailItem.PrintOut complete?

  • Thread starter Thread starter Mark
  • Start date Start date
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.
 
None. Outlook's PrintOut method returns nothing about its state. Maybe the
PDFWriter add-in itself has some method or property you can use.
 
Thank you for the information!
I will start looking at the pdfWriter properties.
 

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

Back
Top