I am writing a lotus note plugin. I want the lotus notes login user email inside the java client. i.e. the email address that user has used to signed in lotus notes. My lotus notes is configured for a Gmail account i.e. I am using a Gmail account to send a mail using lotus notes.
Here is my work flow:
I have created an Action "my action" just at the side of "send" button inside "Message" form. When i click the "my action" it trigger my JAVA client where i have to get the logged in user email address.
So my question is how to get the login user email?