OL97: CurrentItem or CurrentFolder Methods Return the Wrong Item or Folder (259627)



The information in this article applies to:

  • Microsoft Outlook 97

This article was previously published under Q259627

SYMPTOMS

Your Visual Basic Scripting Edition (VBScript) code does not behave as expected or performs operations on an incorrect folder or item.

CAUSE

You used either the ActiveInspector.CurrentItem method or the ActiveExplorer.CurrentFolder method to reference the current item or folder in which the item is stored.

RESOLUTION

In VBScript, use the Item object to refer to the current item, and use the folder object from the Item.Parent property to refer to the current folder.

MORE INFORMATION

If you use the ActiveInspector or ActiveExplorer objects in a production environment, the user may click to switch items or folders and your code then references the item or folder that the user clicked. While in most cases this is improbable, it can theoretically happen and has occurred in some production environments.

Use the CurrentItem property and the CurrentFolder property when your code is based outside the context of a custom Outlook form. This can be either Microsoft Outlook Visual Basic for Applications or when you use Automation to program Outlook.

REFERENCES

For additional information about creating solutions with Microsoft Outlook, click the article numbers below to view the articles in the Microsoft Knowledge Base:

166368 OL97: How to Get Help Programming with Outlook

170783 OL97: Q&A: Questions About Customizing or Programming Outlook


Modification Type:MajorLast Reviewed:9/7/2006
Keywords:kbprb KB259627