rename attachment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am searching for a way to programatically rename outlook attachments using
VBA.

Thanks,

RICK
 
Not using the Outlook Object Model (Attachment.FileName property is read
only). You will need to use Extended MAPI (no VB, much less VBA)/CDO
1.21/Redemption.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top