create a email rule based on attachment name

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

I have a number of auto generated emails sent to me each day, but they
contain differently named spreadsheets.

is it possible to create a rule that will move the email to a folder, based
on attachement name.

The sender is the same, the email name is the same and email contents are
the same.

Only difference is the spreadsheet

Sean
 
If the attachment name is exposed in the header, then you can make a rule
with "if the header contains...". Otherwise you'll have to resort to using
VBA.
 
Back
Top