If you ever tried to modify the msExchMailboxSecurityDescriptor attribute directory then you must be aware that this attribute exists on the user object in the Active Directory and stores a partial copy of the user's mailbox security descriptor. This
Read More...
Problem So you have an ASP.Net application that creates a user account in Active Directory and a Mailbox using the CDOEXM library. When you execute the following code in your ASP .Net application Dim oMailbox As CDOEXM.IMailboxStore oMailbox = ADEntry.NativeObject()
Read More...