Rule/Option to strip attachment and put in folder on system?

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Is there a way to do this client side? I've seen 3rd party server side programs that will automatically strip attachments from emails and copy them to a location on a server or something, but is there anything/anyway within outlook to do this on the user side without a 3rd party program (unless it's a free non-intrusive 3rd party program)?

Outlook 2K, 2002 & 2003

Thanks!
 
You can use VBA code. These samples show a couple of different ways to save attachments:

http://www.outlookcode.com/codedetail.aspx?id=70
http://www.slovaktech.com/code_samples.htm#StripAttachments

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers



Is there a way to do this client side? I've seen 3rd party server side programs that will automatically strip attachments from emails and copy them to a location on a server or something, but is there anything/anyway within outlook to do this on the user side without a 3rd party program (unless it's a free non-intrusive 3rd party program)?

Outlook 2K, 2002 & 2003

Thanks!
 
Back
Top