Determine the source from an item with VB.Script

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
 
S

Sue Mosher [MVP-Outlook]

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