Hi All,
I want to move messages between two folders (Folder1 and Folder2) inside Outlook Inbox. I tried to run Rule defined to move objects but it only worked in Inbox excluding subfolders.
I used following function for runnig rule:
Application.Session.DefaultFolder.GetRules.item("Rule").Execute
Do you know how to force rule to work in this folder or how should the whole moving script look like?
Thanks in advance!
I want to move messages between two folders (Folder1 and Folder2) inside Outlook Inbox. I tried to run Rule defined to move objects but it only worked in Inbox excluding subfolders.
I used following function for runnig rule:
Application.Session.DefaultFolder.GetRules.item("Rule").Execute
Do you know how to force rule to work in this folder or how should the whole moving script look like?
Thanks in advance!