Hi,
I read http://support.microsoft.com/kb/310866 and create a program from the code listed there to modify MailboxRights. The code successfully get the MailboxRights but can't set/modify it. The line
objUser.MailboxRights = oSecurityDescriptor
failed with error "Member not found"
ID no: 80020003 Microsoft CDO for Exchange Management
What do I need to do to be able to run the code sample in http://support.microsoft.com/kb/310866 ?
What am I getting the "Member not found" error when trying to set MailboxRights property but it works fine when reading that same property?
Thank you very much for your help