Sherm said:
I am reading an email that came up from a reminder and am unable to see the
folder name. Is there a way to view the folder name while reading an email?
I think you will need to run the below macro every time you want to find out
which folder the current item is from. In Outlook 2007 you need to turn on
the Developer tab in ribbon to be able to run a macro from within an open item.
Sub DispFolderPath()
On Error Resume Next
MsgBox Application.ActiveInspector.CurrentItem.Parent.FolderPath
End Sub
--
Best regards,
Michal [Microsoft Outlook MVP]
http://www.codetwo.com
Share Outlook on the net without Exchange!