Hello,
I need to move email to a folder based on “subject”, subject will have “work order 1234 ” but the last 4 digits will change, (work order 1235)
The VB needs to move mail EG: “.Folders (“Personal Folders”).Folders (“work”).Folders (“Daily Orders”) based on subject *
I have been trying to use code ( Like "Work Order*" Then ) do move.
This code needs to reside in the click event.
I have been racking the brain for a few days, I can move email if “subject” does not change and “from” or “email address”
Thanks in advance
I need to move email to a folder based on “subject”, subject will have “work order 1234 ” but the last 4 digits will change, (work order 1235)
The VB needs to move mail EG: “.Folders (“Personal Folders”).Folders (“work”).Folders (“Daily Orders”) based on subject *
I have been trying to use code ( Like "Work Order*" Then ) do move.
This code needs to reside in the click event.
I have been racking the brain for a few days, I can move email if “subject” does not change and “from” or “email address”
Thanks in advance