The information in this article applies to:
SUMMARY
Many FoxPro developers may not be aware that the Active Messaging library
exists for them to use as an extremely robust alternative to canned MAPI
controls. This article is designed as part of a short (non-interdependent)
series intended to provide FoxPro developers with information, development
tips, and useful snippets about the Microsoft Active Messaging Library.
Q171440 Where to Acquire the Collaboration Data Objects Library MORE INFORMATIONBeing a database developer, you are most likely aware of both the concept and benefits of applying filters to tables in order to process only a set of records that meet a certain criteria. The same concept applies equally well to Messages (for example: I want to see only unread messages, or only messages from a certain person, ...). The following code sample demonstrates how to implement this functionality in Visual FoxPro using the Active Messaging library:
NOTE: If you intend to apply the MessageFilter for only a specific task
then continue processing as normal with the full Messages Collection
available, you MUST be careful and release both the MessageFilter and
refresh the Messages Collection. While this sounds obvious enough when
reading it in print, it is a common mistake when using MessageFilters.
REFERENCESGeneric information on Active Messaging can be found on the MSDN, or in the Olemsg.hlp file, which can be found by following the directions in the Microsoft Knowledge Base Article Q171440, referenced earlier in this article. Additional query words: Active Messaging
Keywords : kbcode kbole kbMsg kbVFp300 kbVFp500 kbVFp600 kbActMsg100 |
Last Reviewed: August 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |