Save selected attachment to specific folder with specific file name

  • Thread starter Thread starter transferxxx
  • Start date Start date
T

transferxxx

Can anyboby give me a macro which would save a selected attachment to a
specific folder & saved as a different file name

Eg Attachment file: text.prn
saved to c:/print/attachment.xls

Thxs a lot !!!!
 
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_samples.htm#StripAttachments

Note, though, that the Outlook object model does not have any property or method to expose the user's selection of an attachment.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top