Hi,
I'm using MAPIEx's External to read messages and get attachments, then move mail to sub folder.
Sometimes, GetMail action crash, and I have to move it back manually to main inbox folder.
I'm trying to handle this problem by dissociating read action and move action. GetMail action generate a mail ID, that I use as input parameter for MoveMail action.
It works in debug mode, but in Control Room, MAPIEx do not generate any mail ID, so I can't move mail anymore.
Is there any fix ?
Regards,