Email automation save attachments for today

Hi,

How to download attachments from outlook for only today

and how can i save the attachments with folder name mentioned in Excel list

regards,
Heena

How many mails will be coming per day??

may be 20-30 mails per day and there is excel file from which i have to pick up the client name and ID to name the folder

regards,
Heena

So,
1.First in the property panel of get outlook mail activity keep top as “30”.
2.Use MailMessageVar.Headers(“Date”), you will get the date.
3.Compare above date with Now.ToString(“YourDateFormat”).
4.If its equal then check that attachment contains pdf file or not.
5.If it contains save the attacment.