Question
3
Replies
393
Views
Accenture Solutions Pvt Ltd
Posted: May 21, 2018
Last activity: November 6, 2018
Closed
Solved
How to handle Outlook Security Credentials Window Popup Using Outlook Connector
HI
In Our Project we are using Outlook connector,during runtime whenever Outlook is launched & when outlook security window is prompted for asking credentials we want that to be handled by Outlook connector, is there any approach to do this with Outlook connector. If it involves the script usage then please attach as a reference.
Regards,
Pravallika.
I suggest trying the Credential Manager native to Windows. Is this an option for your scenario?
The credential dialog is part of the explorer.exe process which handles the user's desktop. In theory, you could hook into this process by using MonitorAll and manually shutting down explorer.exe and restarting it but that is not advised.