How can download attachment file with extension .eml?

Hi everyone

I need to download from mail the attachments with extension pdf, .xml and .eml

I am using save attachment activity with this filter:

In my process I am using this condition for identify the mails with attachments

when the mail have file with extension .pdf and .xml, this goes very well for “then” BUT when the attachment is extension .eml the condition “if in_mail.Attachments.Any” do not recognize the .eml files like attach.

this attachments do not recognize for the sentence “if in_mail.Attachments.Any”

thanks for your help