This documentation is archived and is not being maintained.
Inspector.CurrentItem Property
Office 2007
| Outlook Developer Reference |
Syntax
expression.CurrentItem
expression A variable that represents an Inspector object.
Remarks
If no item is currently open, an error message will be returned.
Example
This Visual Basic for Applications (VBA) example uses the CurrentItem property to obtain the current item that the user is viewing and closes it. If no item is currently open, an error message will be returned.
| Visual Basic for Applications |
|---|
|
See Also
Show: