D
Doug B
Prior to my computer crash, I had two 'profiles' in Outlook 2007, whic
seemed logical, but was actually somewhat of a pain. Using one profil
for friend/general emails, and another for soccer/swim emails for th
kids' teams.
After the crash, I decided it's easier to combine them, and I was right
so much easier having it send/receive 6 email addresses in one profil
instead of splitting it up. So now, here's my dilemna.
Manually, I will move an email to the proper subfolder (such a
soccer/daughter, or swimming/volunteer) and then click Reply. This i
nice so that it keeps the reply in the same folder with the origina
message. If I reply first, the message goes to the 'sent' folder, the
I need to move messages from the sent folder as well as the sourc
folder.
Using the traditional method, I either right click and choose move, o
hit Ctrl-V. It opens up the Move Items dialog, which lets me choose
folder.
I wrote some VBA code that will 1) mark the item as read, b) move th
item to folder XXX, and c) reply to that item. This accomplishes m
goal about 50%.
I added an inputbox asking "push d for daughter, v for volunteer" an
then it lets me plug in the folder name. This got me about 75% towar
my goal. But those are hard coded.
What I really want is to be able to show that Move Items dialog so I ca
pick a folder dynamically, in case I want to choose a less-used folde
for my storage.
Any tips on opening that dialog box, or anything else that might make m
code easier, would be well appreciated.
Thanks,
Doug B
seemed logical, but was actually somewhat of a pain. Using one profil
for friend/general emails, and another for soccer/swim emails for th
kids' teams.
After the crash, I decided it's easier to combine them, and I was right
so much easier having it send/receive 6 email addresses in one profil
instead of splitting it up. So now, here's my dilemna.
Manually, I will move an email to the proper subfolder (such a
soccer/daughter, or swimming/volunteer) and then click Reply. This i
nice so that it keeps the reply in the same folder with the origina
message. If I reply first, the message goes to the 'sent' folder, the
I need to move messages from the sent folder as well as the sourc
folder.
Using the traditional method, I either right click and choose move, o
hit Ctrl-V. It opens up the Move Items dialog, which lets me choose
folder.
I wrote some VBA code that will 1) mark the item as read, b) move th
item to folder XXX, and c) reply to that item. This accomplishes m
goal about 50%.
I added an inputbox asking "push d for daughter, v for volunteer" an
then it lets me plug in the folder name. This got me about 75% towar
my goal. But those are hard coded.
What I really want is to be able to show that Move Items dialog so I ca
pick a folder dynamically, in case I want to choose a less-used folde
for my storage.
Any tips on opening that dialog box, or anything else that might make m
code easier, would be well appreciated.
Thanks,
Doug B