LotusScript: trying to build list of recipients to place in the CopyTo field of a memo. I can loop through the ACLEntries and find each Person/Role I desire, but how do I construct the text list for the CopyTo field?
I tried using the NotesItem method AppendToTextList but can't figure out how to Set the item initially (can't call GetFirstItem on an acl entry and GetFirstEntry will, if it works, put the -Default- aclentry in the list which I do not want).
I now there's got to be a simple solution out there - tell me please!
Thanks in advance,
trey
I tried using the NotesItem method AppendToTextList but can't figure out how to Set the item initially (can't call GetFirstItem on an acl entry and GetFirstEntry will, if it works, put the -Default- aclentry in the list which I do not want).
I now there's got to be a simple solution out there - tell me please!
Thanks in advance,
trey