OL98: ActiveInspector.CurrentItem Returns Wrong Contact Item
ID: Q222474
|
The information in this article applies to:
SYMPTOMS
You use the ActiveInspector.CurrentItem property in the Outlook object model when there are multiple contact items open, and the property does not return the contact item that was last used.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article.
MORE INFORMATION
This problem happens only with contacts, and does not occur with mail messages, tasks, or other types of items.
Steps to Reproduce Problem
Microsoft provides programming examples for illustration only, without
warranty either expressed or implied, including, but not limited to, the
implied warranties of merchantability and/or fitness for a particular
purpose. This article assumes that you are familiar with the programming
language being demonstrated and the tools used to create and debug
procedures. Microsoft Support professionals can help explain the functionality
of a particular procedure, but they will not modify these examples to
provide added functionality or construct procedures to meet your specific
needs. If you have limited programming experience, you may want to contact
the Microsoft fee-based consulting line at (800) 936-5200. For more
information about the support options available from Microsoft, please see
the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/refguide/
- Open two contacts.
- Run the following automation code from Visual Basic or Visual Basic for Applications after setting a reference to the Microsoft Outlook 98 object model.
Sub GetItem()
Dim ol As New Outlook.Application
MsgBox ol.ActiveInspector.CurrentItem.FullName
End Sub
- On the taskbar, activate the second contact (the contact that was not identified by the code in step 2).
- On the taskbar, click the Visual Basic Editor taskbar button.
- Run the code from step 2 again and the same contact name will be displayed.
REFERENCES
For more information about creating solutions with Microsoft Outlook 98,
please see the following articles in the Microsoft Knowledge Base:
Q180826 OL98: Resources for Custom Forms and Programming
Q182349 OL98: Questions About Custom Forms and Outlook Solutions
Additional query words:
OutSol OutSol98 vbscript
Keywords : kbdta OffVBS
Version : WINDOWS:98
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 1, 1999