OK. I'm a dope. I don't know how to use the VBA code. Can you point me in the
right direction on how to utilize this?
Thanks.
Open the VBA environment (alt+f11), then the project explorer (ctrl+r),
double click "ThisOutlookSession". Copy *one*of the samples into
ThisOutlookSession. Click save, close the environment. Ensure that VBA will
be executed: Tools/Macros/Security, set to medium or low.
I updated sample 3, please copy it again.
At the bottom of the sample you see a Select Case statement. For instance,
if the sending account is called "mvp" then the item is stored in the inbox'
subfolder called "ablage", if the accoutn is called "sample", it's stored in
"another sample folder".
You have to replace my sample account name(s) by yours and the name(s) of
your folder(s). if you just want to track one account, you can delete the
second Case (also the following Set Subfolder line). And if you want to
track more accounts, just add the cases.

Signature
Best regards
Michael Bauer - MVP Outlook
Use Outlook Categories? This is Your Tool:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Thu, 13 Mar 2008 09:33:04 -0700 schrieb MadDog:
> OK. I'm a dope. I don't know how to use the VBA code. Can you point me in the
> right direction on how to utilize this?
>
> Thanks.
MadDog - 14 Mar 2008 20:19 GMT
Hi Michael,
Thanks for responding.
I did as you posted and what happened was ... nothing.
I don't know how to manually run this. The only thing I couldn't quite
follow was in your post:
> Ensure that VBA will be executed: Tools/Macros/Security, set to medium or low.
In Outlook 2007, Tools > Macros > Security takes you to the "Trust Center"
and I don't have a clue which one affects VBA.
It seems to me that a dopey end user (like me) really struggles how to
figure out how to make some of this stuff work, when we just want to "run the
program" and do what we need to do. I'm just not technically proficient
enough to be able to take something and do it without detailed step by step
directions. How to handle VBA and the Trust Center are great examples of this.
I'm stuck.
Glenn
> I updated sample 3, please copy it again.
>
[quoted text clipped - 13 lines]
> >
> > Thanks.
Michael Bauer [MVP - Outlook] - 15 Mar 2008 07:51 GMT
The mentioned steps lead you directly to the macro security. There're four
possible settings, use one of the lower two.

Signature
Best regards
Michael Bauer - MVP Outlook
Use Outlook Categories? This is Your Tool:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Fri, 14 Mar 2008 12:19:00 -0700 schrieb MadDog:
> Hi Michael,
>
[quoted text clipped - 30 lines]
>> second Case (also the following Set Subfolder line). And if you want to
>> track more accounts, just add the cases.
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
>> Am Thu, 13 Mar 2008 09:33:04 -0700 schrieb MadDog:
>>
[quoted text clipped - 3 lines]
>>>
>>> Thanks.