I need to send the Lotus Notes Admin a list of terminations to delete from Notes. My source has the internet address (Fred.X.Smith@ATX.com). But my Admin says he needs the Fully Qualified Notes Name of the user in order to process them in batch (Roughly a few hundred a week). At present my local admins have to enter them one at a time into some kind of Notes service request. So is there a utility to convert the internet addresses into Fully Qualified Notes Names?
Subject: Try @namelookup
@subset( @namelookup( [NoSearching]; inetAddress; “Fullname”); 1)