OL98: ActiveInspector.CurrentItem Returns Wrong Contact Item (222474)



The information in this article applies to:

  • Microsoft Outlook 98

This article was previously published under Q222474

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 that this is a problem in the Microsoft products that are 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 a Microsoft Certified Partner or the Microsoft fee-based consulting line at (800) 936-5200. For more information about Microsoft Certified Partners, please visit the following Microsoft Web site: For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
  1. Open two contacts.
  2. 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
    					
  3. On the taskbar, activate the second contact (the contact that was not identified by the code in step 2).
  4. On the taskbar, click the Visual Basic Editor taskbar button.
  5. 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:

180826 OL98: Resources for Custom Forms and Programming

182349 OL98: Questions About Custom Forms and Outlook Solutions


Modification Type:MajorLast Reviewed:5/13/2002
Keywords:kbbug kbProgramming KB222474