Hi,I would like to remove a person from address book incl mail file deletion via LS. I have created the adminP
adminPdoc = adminp.DeleteUser(doc.Fullname(0),False, 2,“”)
and - in a different agent - I approve the mailfile deletion:
adminPdoc = adminp.ApproveMailFileDeletion(AdminDoc.NoteID)
So far every thing works fine
BUT I always get only one response doc for the requests in AdminP database
-Approve Mail File Deletion
-Get Mail File Information for Deletion
-Delete Mailfile
Only the replica on mail homeserver is detected. Both replicas are listed in Cluster Directory.
Where does Notes get the information about the mail box replicas? - Do your have an idea?
Thanks Petra