Article ID: 181189 - Last Review: November 23, 2006 - Revision: 2.2 OL98: How to Use the Restrict MethodThis article was previously published under Q181189 SUMMARY
This article demonstrates how to use the Restrict method. The Restrict
method applies a filter to the Items collection, returning a new collection
containing all items from the original that match the filter. This method
is an alternative to using the Find method or FindNext method to iterate
through specific items within a collection. Find or FindNext is faster than
filtering if there is a small number of items. Restrict is useful when
performance is not a concern.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified Partners - https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104) Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice (http://support.microsoft.com/gp/advisoryservice) For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms) In the Visual Basic for Applications Automation example that follows, the Restrict method applies a filter to the Contact items based on the item's LastModificationTime property. NOTE: If you receive an invalid parameter error running this code, make sure you reference the "Microsoft Outlook 98 Object Model." For more information on using the Restrict method with recurring appointments, please see the following article in the Microsoft Knowledge Base: 181190
(http://support.microsoft.com/kb/181190/EN-US/
)
OL98: How to Retrieve All Recurring Appointments with Code
REFERENCES
For more information about creating solutions with Microsoft Outlook 98,
please see the following articles in the Microsoft Knowledge Base:
180826
(http://support.microsoft.com/kb/180826/EN-US/
)
OL98: Resources for Custom Forms and Programming
182349
(http://support.microsoft.com/kb/182349/EN-US/
)
OL98: Questions About Custom Forms and Outlook Solutions
| Article Translations
|

Back to the top
