
programmatically change the properties of a Exchange mailbox folder
For the default form, you'd use CDO to set the PR_DEF_POST_MSGCLASS MAPI property -- see http://www.cdolive.com/cdo10.htm
For permissions, you use CDO and the ACL COM component -- see http://www.slipstick.com/dev/exstech.htm
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.slipstick.com/books/jumpstart.htm
Quote:
> Hi there,
> I wonder if it is possible to programmatically change the properties of a
> Exchange mailbox folder. I want to set the "When posting to this folder,
> use:" property and if possible the permissions!
> The code may run on a MAPI client or on our Exchange 2000 server.
> Cheers Robert.