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.
 
Back
Top