Extract attachments using Outlook Rules

P

pinakin

Can attachments be extracted from e-mail messages, and saved with a new name
in specific non-outlook folders?
 
M

Michael Bauer

Hi,

the MailItem.Attachments collection lists all attached files, and the
Attachment object has a SaveAsFile method.
 
Top