Results.SetColumns method (Outlook)
Caches certain properties for extremely fast access to those particular properties of an item within the collection.
Syntax
expression. SetColumns
( _Columns_
)
expression A variable that represents a Results object.
Remarks
The SetColumns method is useful for iterating through the Results object. If you don't use this method, Microsoft Outlook must open each item to access the property. With the SetColumns method, Outlook only checks the properties that you have cached. Properties which are not cached are returned empty.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.