XCLN: What is the 'Custom' Rule Action For?

Last reviewed: February 26, 1998
Article ID: Q151690
  This article applies to

  • Microsoft Exchange Windows NT client, version 4.0
  • Microsoft Exchange Windows 95 client, version 4.0

    SUMMARY

    The Microsoft Exchange client for Windows has an option under Tools, Inbox Assistant, Add (or Edit) rule, called Custom. This dropdown box is typically blank unless custom rules have been defined. It is available for the Microsoft Exchange Server developer to create a custom rule using the Microsoft Exchange Software Development Kit (SDK).

    MORE INFORMATION

    The custom dropdown option will use an entry in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client. Specifically, the Microsoft Exchange client is looking for a Custom Actions key that is not available by default. Under this key, corresponding values for a rule processing .DLL file are included (this .DLL is created using the SDK). The following example illustrates this using an example found in the SDK under the registry value used for the above key called Launch:

       4.0;c:\windows\system32\crarun.dll;1;00000101001100
    
    
    With the registry entry and rule processing .DLL correctly configured, the user can then check the custom option and select the name displayed (in this case, Launch) from dropdown list to customize Inbox rule processing for the Microsoft Exchange client.

    For more information regarding custom rules, see the Readme.wri and Crarun sample available with the Microsoft Exchange SDK. A sample that utilizes a custom rule is available to the public on the Internet at:

       http://www.microsoft.com/ithome/resource/exchange/active/default.htm
    
    
    Look under the Miscellaneous Tools section, Launcher Custom Action and ExPrint.


  • Additional query words: faq
    Keywords : XCLN kbusage
    Version : 4.0
    Platform : winnt
    Issue type : kbhowto


    THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

    Last reviewed: February 26, 1998
    © 1998 Microsoft Corporation. All rights reserved. Terms of Use.