Items.ResetColumns Method
Outlook Developer Reference |
Clears the properties that have been cached with the SetColumns method.
Syntax
expression.ResetColumns
expression A variable that represents an Items object.
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