View Single Post
  #2  
Old May 15th 08, 09:12 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default How to determine MailItem Location



The item's Parent property points to the folder object. That has e.g. a Name
property.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Thu, 15 May 2008 10:15:17 -0700 (PDT) schrieb Felix Angulo:

Let's see if I can explain this correctly. I currently have Google
Desktop installed on my computer and use it all the time to search for
lost emails and bits of data that I wouldn't be able to find
otherwise. My problem is that once i find it using Google Desktop and
open the email item i was looking for, I am unable to determine when
that email item is located. I want to know what particular folder/
directory in outlook that particular item is.

Is there a MailItem property that i can use to determine the parent
directory of the currently selected/opened item?

Ads