How to automatic save file and forward mail?

M

Mesak

I would like to save attach file automation & forward after save complete.
Does anyone know what is software name that has this feature?

For each mail has many attach file and want to automatic save attach many
file to different folder.
 
K

Ken Slovak - [MVP - Outlook]

I think you want Attachment.SaveAs to save the attachments and you'd iterate
the Attachments collection to get at each one. To forward an email just use
its Forward method.
 
Top