Not really, given that Outlook is not a document-centric application and
that much of the point of email is to replace paper communications.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"GµårÐïåñ" wrote in message
...
Bummer, that sucks. Why such limitation? It seems counterintuitive.
"Ken Slovak - [MVP - Outlook]" wrote:
That's the only way in Outlook.
Many of us do any formatted printing using Word or Excel automation to
output the desired information into a document or worksheet and then
print
from there where you have much greater printing control.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"GµårÐïåñ" wrote in message
...
I was wondering if anyone here had figured out a way to print via code
without using the .PrintOut method which sends it to a default printer
but
rather have the print dialog pop up and allow the user to choose the
printer,
such as a PDF printer or something. Any help would be appreciated.
What is being achieved: 1) Click a button, 2) Have emails in a certain
folder checked for several variables, 3) If certain criteria are met,
then
msgbox you have something to print, then show the print dialog, 4)
select
printer and then hit print, then done. TIA.