cancel
Showing results for 
Search instead for 
Did you mean: 

MapiEx getmail hangs on second run

I am using MAPIEx getmail function to analyse an email and getting a link out of it. Whe I run my process the first time, it works fine. Starting it a second time, the process hangs on "getmail" without throwing any exception or error.   Any idea what is wrong or how I could reset the MAPI on the second run ?
3 REPLIES 3

DenizKilinc
Level 4
Hey there, Did you solve the problem? I have the same issue and I couldn't find what to do.

Pranav_SNair
Level 2
I Also have the same issue. Is there any solution for this?

AmiBarrett
Level 12
The MAPIex supplied by Blue Prism has been incredibly unstable in multiple environments we've deployed it to - presumably something to do with how their dll file bypasses the need for disabling automation execution protection in Outlook. I wound up writing my own MAPI object in VB to get around this, but had to disable Outlook's automation protection to get it to work.