rename attachment

R

RICK

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

Thanks,

RICK
 
D

Dmitry Streblechenko

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
 
Top