Creating Address Book for a User

Hello Folks,I and using the C++ API (LNCertifier::RegisterUser()) to register/create a user on Domino Server 6.0.1.

I also want to create a personal address book for this user…

Is there any way to do this?

Any comments/help would be of great help

Sunil Rashinkar

Subject: Creating Address Book for a User

Sunil

Personal address books are just that; personal, local to the client and created when the client is configured on the client’s PC. So why reinvent the wheel?

Regards,

Mike

Mike Kemp

Lotus Notes Specialist

mikejkemp@aol.com

Subject: RE: Creating Address Book for a User

Hi Mike,Thanks for your reply…

i have sent you a mail which describes the scenario where i require the personal address book.

I have also two more queries with it.

1.Mail Template File vs User Creation (LNCertifier::RegisterUser())

why I can not specify a mail template file when I register user using C++ API (LNCertifier::RegisterUser())?

The LNRegistrationOptions class does not has a “SetMailTemplateFileName()” function.

Is there any way i can specify the mail template file while user creation with the help of LNCertifier class

2.Creating Roaming User using C++ API

I am trying to understanding the roaming users concept in Domino Users 6.0

But do u have any idea, about the APIs in C/C++ to create romaing users.

I have used C APIs (RegNewUser()) to create users on Domino Server 5, but now want to create Users on Domino Server 6 with romaing user feature.

Any links, where i can get help about the APIs/Code to do this…

right now, my aim to find the necessary information to create romaing users for Domino Server 6.

Sunil