_Items.ResetColumns Method
Clears the properties that have been cached with the SetColumns method.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ResetColumns
'Usage
Dim instance As _Items
instance.ResetColumns()
[DispIdAttribute()]
void ResetColumns()
Remarks
All properties are accessible after calling the ResetColumns method. SetColumns should be reused to store new properties again. ResetColumns does nothing if SetColumns has not been called first.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Use SetColumns to Efficiently Enumerate Items in a Folder