Excel & Outlook Pop-ups - how to bypass?

Hi All,

What would be the best way of getting by the below pop-ups?
image
image

Thanks in advance!

Shawn

1 Like

Hi @shawnmurray
Use excel application scope and set the visible property as checked

Element exists on the message box and then use click and then do the manipulations

Thanks
Ashwin S

1 Like

@AshwinS2 Yes I have that property as checked.

So i could do an “if” activity and if that message box is there to use click?

Thanks
Shawn

1 Like

Hi @shawnmurray

Yes based on Boolean element if true use a click activity

Thanks
Ashwin.S

Fine though we can use ELEMENT EXISTS its not a feasible way of doing so
–rather we could make it happen like this popup never comes up

hope this will work for sure as we have faced this issue many times and got resolved as well
kindly try this and let know for any queries or clarification
Cheers @shawnmurray

1 Like

@Palaniyappan What settings would you recommend for outlook?

Regards,
Shawn

1 Like

@shawnmurray

for outlook follow below step: ( In registry editor)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\16.0\Outlook\Security

DWORD: ObjectModelGuard

Value: 2

You can also set the keys below. As always, if the keys don’t exist in the registry, you’ll need to create them.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\outlook\security

DWORD: PromptOOMSend

Value: 2

DWORD: AdminSecurityMode

Value: 3

DWORD: promptoomaddressinformationaccess

Value: 2

DWORD: promptoomaddressbookaccess

Value: 2

For Excel

Uncheck the Box

1 Like

For outlook removing this is not possible as the message appears on server machine and the server is always has heightened security!!!

The issue or popup will always appear while you try to access the outlook!!!

Curious on the issue,

well did this work
https://support.microsoft.com/en-in/help/3189806/a-program-is-trying-to-send-an-e-mail-message-on-your-behalf-warning-i

may be it may repeat again when the server is changed
so what we did was like we used EXCHANGE ACTIVITY like get exchange and send exchange mail activity instead of outlook so that we didn’t face this till now

Cheers @shawnmurray

1 Like