The information in this article applies to:
SYMPTOMSThe RuleEdit sample has been included with the Platform Software Development Kit (SDK) to help users understand how to programmatically manipulate rules. However, using RuleEdit to add rules into a rule table that is empty results in the MAPI_E_CALL_FAILED error. CAUSEWith an empty rule table, you cannot get a pointer to the IExchangeFolderRules interface. RESOLUTIONThe easiest way to fix this is to add a rule through the client interface. However, you can do this programmatically using the IExchangeModifyTable interface. Either of these methods works and allows RuleEdit to add rules. Additional query words:
Keywords : kbMsg kbEDK500 kbEDK550 |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |