unclepaul84
unclepaul84

Reputation: 1404

Automating provisioning of mail boxes in Lotus Notes using C#

Has anyone done this?

What apis/approaches were used?

Upvotes: 0

Views: 183

Answers (1)

Kerr
Kerr

Reputation: 2812

It can certainly be done and there are a number of companies selling solutions. IBM Tivoli can do it as can HDSL FiRM.

As for writing it yourself, I've not done it, but the easiest way will probably be to create documents in the Administration Requests Database (ADMIN4.nsf) and let the AdminP process do the heavy lifting. This is basically what happens when you do it manually anyway. Try starting by looking at what documents get created when you register a new user. This will give you a template to follow when creating them programmatically.

Upvotes: 2

Related Questions