I need to look through a bunch of email, the problem is that those emails are not in outlook, but are saved in a folder outside Microsoft Outlook, like this:
I have tried that and it did not worked.
I tried Directory.getFiles(), it return an array of strings, but I cannot get the email property.
I tried MailMessage, but I could not loop through it using for each