The HrFolderRulesOpen function gets a pointer to an IExchangeFolderRules interface object.
Header file: | RULECLS.H |
Library: | RULECLS.LIB |
HRESULT HrFolderRulesOpen(
LPMDB lpMDB,
ULONG cbentryid,
LPENTRYID lpentryid,
LPSTR lpszProvider,
LPFOLDERRULES FAR * lppFolderRules
);
See Return Values. In addition, HrFolderRulesOpen can return the following value:
Because more than one provider can have rules on a folder, use the IExchangeFolderRules interface to access the rules associated with a specific provider. For more information on HrFolderRulesOpen function, see Working with Rules.
For information on the ENTRYID structure and the IMsgStore interface, see the MAPI Programmer's Reference.