Hi Digvijay.singh4
Use the BP MapiEx "List Mails Within DateTimes to get your collection of email ID's, e.g named "ID collection".
Then you can use the BP MapiEx "Get Mail" action and specify "Attachment Directory" input to e.g. "C:\Users\mustafaulasyigit\Documents\attachment directory\&[ID collektion.ID]. This will download all attachments unfortunately ang give a collection of emails e.g. named ""Emails"".
Then you can afterwards Loop this ""Emails"" collection where you use the ""Utility - Strings"" BO action ""Split Text"" where you can specify:
1) ""Text to split""Â =Â [Emails.Attachment Names]Â
2) split char = "";""
3) ""Collection Field Name"" = ""Attachment Names"".
This will give you a collection of Attachment names based on this you can then query on e.g. attachment name and delete the downloaded attachments you do not need.
Good luck.
BR
Mustafa