Hi, Does anyone know if it is possible to change the Maintain per-user read and unread on a pubic folder programmatically, preferable via Webdav or if necessary CDOEXM ? BRgds Martin
You can use the Exchange_publicfolder WMI class see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_wmiref_pr_Exchange_PublicFolderIsPerUserReadDisabled.asp Or using WebDAV you could do the same thing by modifying the PR_DISABLE_PERUSER_READ http://schemas.microsoft.com/mapi/proptag/0x66C5000B property with a proppatch Cheers Glen <nitramsen@nospam.nospam> wrote in message news:80A8399E-2185-4686-BF94-DC1AF37C33D1@microsoft.com... > Hi, > > Does anyone know if it is possible to change the Maintain per-user read > and > unread on a pubic folder programmatically, preferable via Webdav or if > necessary CDOEXM ? > > > BRgds > Martin >
Thanks, just what I was looking for. BRGDS Martin "Glen Scales [MVP]" wrote: > You can use the Exchange_publicfolder WMI class see > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_wmiref_pr_Exchange_PublicFolderIsPerUserReadDisabled.asp > > Or using WebDAV you could do the same thing by modifying the > PR_DISABLE_PERUSER_READ http://schemas.microsoft.com/mapi/proptag/0x66C5000B > property with a proppatch > > Cheers > Glen > > > <nitramsen@nospam.nospam> wrote in message > news:80A8399E-2185-4686-BF94-DC1AF37C33D1@microsoft.com... > > Hi, > > > > Does anyone know if it is possible to change the Maintain per-user read > > and > > unread on a pubic folder programmatically, preferable via Webdav or if > > necessary CDOEXM ? > > > > > > BRgds > > Martin > > > > >