Attatchment Retrieval Automation

  • Thread starter Thread starter DennaD
  • Start date Start date
D

DennaD

I can't seem to develop proper code to have outlook print
attachments to all "conditional" files automatically. The
Attachment Collection does not refer to any attached
documents; it refers to the items within the email
(CC, BCC, Subject, etc.). It lets me Add an attachment
with code, but I can't print an existing one (go figure)?

So, what do I do?

dd
 
To manipulate an attachment in the Attachments collection you would
have to save it to the file system and work with it from there.
 
Back
Top