before print my mail ;show me a "save a tree" message

  • Thread starter Thread starter Kayıhan
  • Start date Start date
K

Kayıhan

i want to hook my outlook printing jobs,
Before print my mail,i want my outlook ,show me a dialog box,whether i wanna
save a tree or not,,,
how can i program something like that
Thanks in advance
 
Outlook provides no way to do that, at least not directly. It exposes no events for printing and has no programmatic method for printing data from a view, only the PrintOut event for individual items.
 
i mean ,If it is not really necessary,dont print; thus ,save paper ,save
tree, save nature, welcome happy peaceful green world;lets dance... HOLOLA
HOLLA..
like that..
 
Outlookprovides no way to do that, at least not directly. It exposes no events for printing and has no programmaticmethodfor printing data from a view, only thePrintOutevent for individual items.

<RANT>

....and its on of the biggest intentional oversights I've seen in the
Outlook programming model. The net is full of frustrated developer
questions about how to get better control over printing form Outlook.
Would it really hurt the office team to expand upon this to let us
print to a non-default printer, at the very least?

As for the decision to switch to Word's (horrendous) HTML rendering
engine, don't get me started.....

</RANT>
 
Back
Top