In BizTalk, I am looking for a way to avoid supplying the password in the Bindings of receive locations that uses the POP3 Adapter to connect to an Exchange Server.
On other adapters like FTP this is possible to supply a password via the SSO, it seems that using the SSO is is not an option on the POP3 adapter?
On MSDN it is described that "Secure Password Authentication (SPA). The POP3 server uses current process credentials for authentication". So I have tried to give the Service Account running the Host Instance access to the mailbox, but without success.