MailACLManager problem

All,I am having a problem with the RegisterNewUser method in LotusScript. I am not sure what goes in the MailACLManager field. Do I put the name of a group, or the name of the new user I am going to create?

Thanks in advance.

Subject: The default for the Mail File Owner is Manager, Set by the MailOwnerAccess property.

The MailACLManager field should probably be used for an Admin group that is allowed to manage mail files.

Subject: RE: The default for the Mail File Owner is Manager, Set by the MailOwnerAccess property.

I was leaning in that direction, but I just wanted to be sure. Thanks for your response.

Subject: RE: The default for the Mail File Owner is Manager, Set by the MailOwnerAccess property.

I am trying to put our Admin group in the MailACLManager field, but it is not being placed in the ACL once the mail database is created. Here’s the syntax:

reg.MailACLManager = “My Group”

Any ideas?