Determine the source from an item with VB.Script

  • Thread starter Thread starter Oskar Vaia
  • Start date Start date
O

Oskar Vaia

Hy,

i use Outlook 2003.
Is it possible to determine with VB.Script, if the opened item (in my
example a taskitem) comes from a shared folder or from the own task-folder?

bye

Oskar
 
You should be able to get that information from the item's Parent property,
which returns the parent folder.
 
Back
Top