IconView.Reset Method
Outlook Developer Reference |
Resets a built-in Microsoft Outlook view to its original settings.
Version Information
Version Added: Outlook 2007
Syntax
expression.Reset
expression A variable that represents an IconView object.
Remarks
This method works only on built-in Outlook views.
Example
The following Visual Basic for Applications (VBA) example resets all built-in views in the user's Inbox default folder to their original settings. The Standard property is returned to determine if the view is a built-in Outlook view.
Visual Basic for Applications |
---|
|
See Also