PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Prompt to file message when sent
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Prompt to file message when sent
![]() |
Prompt to file message when sent |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I'd like Outlook to .... 1-prompt me as to where to file a message when I send it 2-automatically file the sent item to that folder I've selected instead of the Sent Items folder I'm unable to use the Rules feature since there is a lot of variability in which folders I file items. THANK YOU FOR YOUR HELP! I haven't been able to figure this out ![]() |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Rebaroni,
why don´t you use the options dialog of the MailItem? At that point you can choose the folder for each MailItem. If it must be a programmatically solution: you can place your code in the Application_ItemSend event (this won´t work if you use OL2k and Word as mail editor). The PickFolder function allows you to choose a MapiFolder. -- Viele Grüße Michael Bauer "rebaroni" <rebaroni@discussions.microsoft.com> wrote in message news:1D3BFEBB-C5C0-4717-B6B4-8A39A38DF88E@microsoft.com... > Hi, > I'd like Outlook to .... > > 1-prompt me as to where to file a message when I send it > 2-automatically file the sent item to that folder I've selected instead of > the Sent Items folder > > I'm unable to use the Rules feature since there is a lot of variability in > which folders I file items. > > THANK YOU FOR YOUR HELP! I haven't been able to figure this out ![]() |
|
|
|
#3 |
|
Guest
Posts: n/a
|
See http://www.outlookcode.com/d/code/setsavefolder.htm for sample code that
may help you with this. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "rebaroni" <rebaroni@discussions.microsoft.com> wrote in message news:1D3BFEBB-C5C0-4717-B6B4-8A39A38DF88E@microsoft.com... > Hi, > I'd like Outlook to .... > > 1-prompt me as to where to file a message when I send it > 2-automatically file the sent item to that folder I've selected instead of > the Sent Items folder > > I'm unable to use the Rules feature since there is a lot of variability in > which folders I file items. > > THANK YOU FOR YOUR HELP! I haven't been able to figure this out ![]() |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


