Saving of Attachments using Exchange

So I have got attachments saving in in respective client folders then month folders but…

we only want to save certain file types ie *.PDF’s, mainly as this is the only attachment that we are interested in but also if the senders e-mail has say pictures in their signature it will save those as well.

Any ideas welcome :slight_smile:

Hi @Jersey_Practical_Sho

See this -

Thanks,
Prankur

1 Like

Ok cool thats sorted now,

now Regex question, so I used “.pdf” as a filter but can i use mulitple filters and how would i do this?

Use this in folter property

^.+\.(([pP][dD][fF])|([jJ][pP][gG]))$

Hope this helps.

Thanks,
Prankur

did you get solution for this?