How to send the ID File into the user's R8.5 mailbox with LotusScript

Hi,

I need to know if it’s possible to add a new registered r8.5 account’s ID to the user’s mailbox with LotusScript.

I have searched the two following methods of the NotesRegistration Class ( RegisterNewUser and AdduserToAddressBook) but I don’t find anything concerning the ability to send the ID directly to the new registered user.

Thanks in advance for any clues on how to achieve this.

Subject: I must be missing something here …

You have a NEW user ?You want to send them the ID to their Mailbox ?

Okay - I’ll bite. How do they access their mailbox without the user ID in order to get hold of the user ID ?

Subject: It’s a new feature in R8.5

Hi,

In r8.5, when you create a new user, you have the choice to send the id to the person document in the NAB, on a drive and directly into the new user’s mailbox.

Is this related to ID Vault ? Or is there a LotusScript method that can acheive this ?

Thanks in advance

Subject: Ah, now I understand…

Registering an ID file into the mail file isn’t for use by the Notes client, it’s for use by the iNotes web-based mail client. You’ll still need to deliver the ID file to the end user in some fashion for their Notes client, and the currently recommended way to do that is through the Notes ID vault, which is new in 8.5.

There is a great deal of documentation out there about the vault, including a number of articles on the Notes/Domino wiki:

http://www-10.lotus.com/ldd/dominowiki.nsf/archive?openview&title=Notes%20ID%20Vault&type=cat&cat=null&tag=Notes%20ID%20Vault

Hope that helps,

dave

Subject: could be done via browser - still trange.