I have some functional id to mailbox.
I need to connect to this mailbox via domino agent.(So I need to create session with functional id rights) But when I'm trying to create session object with NotesFactory.createSession("", username, password); I have an exception:
Cannot create a session from an agent
So if anybody know how can I do it I'll be appriciate.
Advices that you need to configure certificates between two servers won't help me.