Hi,
Can someone please assist with me returning the folder my email resides in. Using
If doc.GetItemValue(“Subject”)(0) = “TEST” Then
I can trap if the subject matches my requirement. I want to return the folder the email resides in. My tree structure of my $INBOX is:
FOLDER
FOLDER\Type A
FOLDER\Type B
FOLDER\TYPE C.
I want the variable to return “FOLDER\TYPE B” (assumming the email is located in that folder.
Andrew