PC Review


Reply
Thread Tools Rate Thread

creating a rule to print attachments

 
 
Cary W. Shultz
Guest
Posts: n/a
 
      24th Apr 2007
Good morning, All!

I am having a problem with the following rule creation:

If I receive an e-mail that has an attachment (let's just limit this to .pdf
files for the moment...I am sure that there is a flaw in that
thought-process...I am more interested in the rules creation thought-process
at the moment) and I would like to print both the e-mail itself and the
accompanying attachment how do I do that?

I can print just the e-mail no problem. I can open Adobe Acrobat Reader no
problem. However, I can not get Adobe Reader to open that specific
attachment and I can not get that attachment printed.

Thanks!

Cary


 
Reply With Quote
 
 
 
 
F.H. Muffman
Guest
Posts: n/a
 
      24th Apr 2007
Cary W. Shultz wrote:
> If I receive an e-mail that has an attachment (let's just limit this
> to .pdf files for the moment...I am sure that there is a flaw in that
> thought-process...I am more interested in the rules creation
> thought-process at the moment) and I would like to print both the
> e-mail itself and the accompanying attachment how do I do that?


Well, out of the box, I don't believe you can. You can get a third party
app (like http://www.mapilab.com/outlook/print_tools/) or write some code
(http://www.vbaexpress.com/kb/getarticle.php?kb_id=522,
http://www.outlookcode.com/codedetail.aspx?id=70) to do it.

> I can print just the e-mail no problem. I can open Adobe Acrobat
> Reader no problem. However, I can not get Adobe Reader to open that
> specific attachment and I can not get that attachment printed.


If the reader can't open the attachment, the code would probably fail as
well, and that sounds like a different problem entirely.

--
f.h.


 
Reply With Quote
 
Cary W. Shultz
Guest
Posts: n/a
 
      24th Apr 2007
Thanks,

I am glad to find out that I am not "blind". I think that I might just be
purchasing a book by Sue Mosher (again!). BTW - if anyone out there is
looking for books on MS Outlook you might want to consider her books.
Excellent stuff!!!!

Cary

"F.H. Muffman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Cary W. Shultz wrote:
>> If I receive an e-mail that has an attachment (let's just limit this
>> to .pdf files for the moment...I am sure that there is a flaw in that
>> thought-process...I am more interested in the rules creation
>> thought-process at the moment) and I would like to print both the
>> e-mail itself and the accompanying attachment how do I do that?

>
> Well, out of the box, I don't believe you can. You can get a third party
> app (like http://www.mapilab.com/outlook/print_tools/) or write some code
> (http://www.vbaexpress.com/kb/getarticle.php?kb_id=522,
> http://www.outlookcode.com/codedetail.aspx?id=70) to do it.
>
>> I can print just the e-mail no problem. I can open Adobe Acrobat
>> Reader no problem. However, I can not get Adobe Reader to open that
>> specific attachment and I can not get that attachment printed.

>
> If the reader can't open the attachment, the code would probably fail as
> well, and that sounds like a different problem entirely.
>
> --
> f.h.
>



 
Reply With Quote
 
F.H. Muffman
Guest
Posts: n/a
 
      25th Apr 2007
Cary W. Shultz wrote:
>>> If I receive an e-mail that has an attachment (let's just limit this
>>> to .pdf files for the moment...I am sure that there is a flaw in
>>> that thought-process...I am more interested in the rules creation
>>> thought-process at the moment) and I would like to print both the
>>> e-mail itself and the accompanying attachment how do I do that?

>>
>> Well, out of the box, I don't believe you can. You can get a third
>> party app (like http://www.mapilab.com/outlook/print_tools/) or
>> write some code
>> (http://www.vbaexpress.com/kb/getarticle.php?kb_id=522,
>> http://www.outlookcode.com/codedetail.aspx?id=70) to do it.

>
> I am glad to find out that I am not "blind". I think that I might
> just be purchasing a book by Sue Mosher (again!). BTW - if anyone
> out there is looking for books on MS Outlook you might want to
> consider her books. Excellent stuff!!!!


Yeah, when it comes to programming, Sue's books are the best. I've also
been using the Special Edition Using Outlook books from Que, but I've always
wondered why they are 'special edition' when it's the *only* edition too, at
least for the non-programming stuff.

--
f.h.


 
Reply With Quote
 
Milly Staples [MVP - Outlook]
Guest
Posts: n/a
 
      25th Apr 2007
Because the Que books "Special Edition Using Outlook" are written by MVPs or former MVPs now Microsoft employees (Patricia DiGiacomo). <eg>

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, F.H. Muffman asked:

| Cary W. Shultz wrote:
|||| If I receive an e-mail that has an attachment (let's just limit
|||| this to .pdf files for the moment...I am sure that there is a flaw
|||| in that thought-process...I am more interested in the rules
|||| creation thought-process at the moment) and I would like to print
|||| both the e-mail itself and the accompanying attachment how do I do
|||| that?
|||
||| Well, out of the box, I don't believe you can. You can get a third
||| party app (like http://www.mapilab.com/outlook/print_tools/) or
||| write some code
||| (http://www.vbaexpress.com/kb/getarticle.php?kb_id=522,
||| http://www.outlookcode.com/codedetail.aspx?id=70) to do it.
||
|| I am glad to find out that I am not "blind". I think that I might
|| just be purchasing a book by Sue Mosher (again!). BTW - if anyone
|| out there is looking for books on MS Outlook you might want to
|| consider her books. Excellent stuff!!!!
|
| Yeah, when it comes to programming, Sue's books are the best. I've
| also been using the Special Edition Using Outlook books from Que, but
| I've always wondered why they are 'special edition' when it's the
| *only* edition too, at least for the non-programming stuff.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a rule to print attachments on incoming e-mails, Outlook Tricia Microsoft Outlook Discussion 4 10th Aug 2008 05:22 PM
How do I set up a rule in Outlook to print attachments? =?Utf-8?B?TWFybGkgUm9iZXJ0c29u?= Microsoft Outlook Discussion 0 25th Oct 2005 12:03 AM
creating rule for messages without attachments =?Utf-8?B?S2F0aHJ5bg==?= Microsoft Outlook Discussion 0 25th Feb 2005 01:15 AM
creating rule based on extension of attachments cliff Microsoft Outlook Discussion 0 6th Apr 2004 09:40 PM
Rule wizard, print attachments Pat Microsoft Outlook 0 18th Mar 2004 06:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:33 AM.