i want add a new user in lotus notes using java program but i am not aware of domino. I am trying to do this on my local so what all i need to download and how to do this I already have eclipse and lotus notes client on my system Please help me on this issue or any example codes of this.
Share
Have a look at the “RegisterNewUser” method on the Registration class.
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.designer.domino.main.doc/H_REGISTERNEWUSER_METHOD_JAVA.html
Should be what you are looking for.