ACLEDIT: Modifying an ACL

The ACLEDIT sample application demonstrates how to modify a public folder's access control list (ACL) in a Microsoft Exchange Server information store. An ACL is a table that lists the users with specific permissions on a given folder and those associated permissions. The ACL includes entries for roles such as owner permissions, contact permissions, and default permissions. ACLEDIT demonstrates the functions of the ACLCLS.LIB library. See About Access Control Lists.

    To build ACLEDIT.EXE and ACLCLS.LIB
  1. Change to the directory containing the ACLEDIT source files:

    \BKOFFICE\SAMPLES\EXCHANGE\ACLEDIT

  2. Type NMAKE.
  3. Change to the directory containing the ACLCLS.LIB source files:

    \BKOFFICE\SAMPLES\EXCHANGE\LIBSRC\ACLCLS

  4. Type NMAKE.