G Guest Jul 30, 2005 #1 I am searching for a way to programatically rename outlook attachments using VBA. Thanks, RICK
D Dmitry Streblechenko Jul 30, 2005 #2 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
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