The HrFolderACLsOpen function retrieves a pointer to an object that implements the IExchangeFolderACLs interface.
Header file: | ACLCLS.H |
Library: | ACLCLS.LIB |
Unicode: |
HRESULT HrFolderACLsOpen(
LPMDB lpMDB,
ULONG cbentryid,
LPENTRYID lpentryid,
LPFOLDERACLS FAR * lppFolderACLs
);
See Return Values. In addition, HrFolderACLsOpen can return the following value:
The methods of the IExchangeFolderACLs interface returned by the HrEventOpenLog function can be used to manipulate the ACL on the folder. You can obtain the entry identifier for lpentryid with either the HrMAPIFindFolderEx function (for public information store folders) or the IMsgStore::GetReceiveFolder method (for a user's Inbox folder).
For more information on this function, see Manipulating ACLs.
For information on the IMsgStore interface, see the MAPI Programmer's Reference.
HrEventOpenLog, HrMAPIFindFolderEx