How can I create a rule to print email attachments?

G

Guest

I want to create a rule for outlook to automatically print at attachment from
an email.
 
F

F.H. Muffman

Lily said:
I want to create a rule for outlook to automatically print at attachment
from
an email.

I don't believe there's a solution in the product itself, which is why
things like http://www.mapilab.com/outlook/print_tools/ are available for
purchase.

If, on the other hand, you're comfortable programming, you might want to
head over to http://www.outlookcode.com and discuss ways to write code to do
this, since at a technical level, it is possible.
 
M

Michael Bauer [MVP - Outlook]

Here's a sample:
http://www.vboffice.net/sample.html?mnu=2&smp=3&cmd=showitem

- Open the VBA IDE with ALT+f11 and copy the code into 'ThisOutlooksession'.

- The path in ATT_PATH must exist.

- At the end of the code, the line
Case ".xls", ".doc"
tells which documents are printed. Extend the comma separated list with
all of the file extensions you want to be printed.

After the code modifications, save the project and close the VBA IDE, ensure
that under Tools/Macro/Security the security allows to run VBA code (low or
medium), close Outlook and restart it.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Quick-Cats - The most effective way to assign Outlook categories:
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

Am Mon, 2 Apr 2007 09:12:01 -0700 schrieb Lily:
 
G

Guest

Thank you for the information below. My German is quite rusty. Could you
provide the sample in English? I'd love to try it out.
 

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

Top