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.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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.
[quoted text clipped - 3 lines]
>
> Thank you.
Mark - 14 May 2004 07:22 GMT
Thank you for the information!
I will start looking at the pdfWriter properties.