Examples: GetIDFromServer method

This agent detaches the ID file for Roberta Person from the Domino® Directory on AceOne to d:\NotesAdministrator\user.id.

Sub Initialize
  Dim session As New NotesSession
  Dim reg As New NotesRegistration
  reg.RegistrationServer = "AceOne"
  Call reg.GetIDFromServer( _
  "Roberta Person/AceHardwareCertifier", _
  "c:\NotesAdministrator\IDs\user.id", _
  False)
End Sub