I am automating attachment extraction from over 1000 saved emails, which are in both .MSG and .EML formats.
I am using the “Read Saved Email to Object” activity from the UiPath Marketplace, which works well for .EML files.
However, when processing .MSG files, it triggers random pop-ups from Outlook, making automation unreliable.
Has anyone faced a similar issue or knows how to either: popups
Convert .MSG files to .EML without opening them, or
Extract attachments from .MSG files directly into a Net.Mail.Message object, bypassing the need to open the file?
the UiPath check aap state activivty fails to identify the popups!!
Any guidance on handling these .MSG files more effectively would be greatly appreciated!