Hi,
I am trying to automate the download and processing of files which I receive via email. I can retrieve a list of mail messages from my inbox with the GetMailMessage activity (I tried the GetOutlookMessage activity as well), but when I check for the presence of attachments (.Attachments.Any() or .Attachments.Count>0) or try the Save Attachement activity no attachments are found, even though the mails clearly have files attached to them. Any ideas?
Cheers, deacon