View Single Post
  #2  
Old December 20th 06, 06:00 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default manage attachments

These samples show various ways to save attachments:

http://www.fontstuff.com/outlook/oltut01.htm
http://www.outlookcode.com/codedetail.aspx?id=70
http://www.slovaktech.com/code_sampl...ripAttachments

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"J. Freed" wrote in message ...
I'm not sure if this has been addressed here, but this is what I'm looking
for---

I work with a group that gets a lot of attachments, mostly spreadsheets. The
spreadsheets have to be detached and saved into specific locations so that
they can be examined/used in other applications. What I'd like is a tool that
will allow me to automatically manage attachments as they come into a user's
Inbox; specifically, I'd like the ability to set up rules so that "if filea
arrives from senderb, place the file in locationc" and make it accessible
(possibly in an Access DB) so users can manage it.

I'm looking at 3rd party products but if I can make it myself in VBA that'd
be even better. TIA...

Ads