![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there an easy way to prompt to which folder to move a sent email? I tried
creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA Jason Cross-post: http://vbaexpress.com/forum/showthread.php?t=19448 |
Ads |
#2
|
|||
|
|||
![]()
See http://www.outlookcode.com/codedetail.aspx?id=1173
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jasoncw" wrote in message news ![]() Is there an easy way to prompt to which folder to move a sent email? I tried creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA Jason Cross-post: http://vbaexpress.com/forum/showthread.php?t=19448 |
#3
|
|||
|
|||
![]()
You can run a script with the rules wizard, which can call your procedure
that uses NameSpace.PickFolder to prompt the user where to move the message to. See: How to create a script for the Rules Wizard in Outlook: http://support.microsoft.com/kb/306108 -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) Collaborative Innovations - Try Picture Attachments Wizard For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault "jasoncw" wrote in message news ![]() Is there an easy way to prompt to which folder to move a sent email? I tried creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA Jason Cross-post: http://vbaexpress.com/forum/showthread.php?t=19448 |
#4
|
|||
|
|||
![]()
Never mind - I wasn't paying attention very well and later realized you need
to do this on send... -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) Collaborative Innovations - Try Picture Attachments Wizard For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault wrote in message ... You can run a script with the rules wizard, which can call your procedure that uses NameSpace.PickFolder to prompt the user where to move the message to. See: How to create a script for the Rules Wizard in Outlook: http://support.microsoft.com/kb/306108 -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) Collaborative Innovations - Try Picture Attachments Wizard For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault "jasoncw" wrote in message news ![]() Is there an easy way to prompt to which folder to move a sent email? I tried creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA Jason Cross-post: http://vbaexpress.com/forum/showthread.php?t=19448 |
#5
|
|||
|
|||
![]()
Sue, thank you very much. That accomplishes exactly what I needed.
Jason "Sue Mosher [MVP-Outlook]" wrote: See http://www.outlookcode.com/codedetail.aspx?id=1173 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 |
#6
|
|||
|
|||
![]()
I spoke too soon. This appears to work fine when I wish to send items within
the same Outlook file. However, it does not appear to work when I select a folder within a different Outlook data file. Can the procedure be modified to accomplish this? Thanks. Jason "jasoncw" wrote: Sue, thank you very much. That accomplishes exactly what I needed. Jason "Sue Mosher [MVP-Outlook]" wrote: See http://www.outlookcode.com/codedetail.aspx?id=1173 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 |
#7
|
|||
|
|||
![]()
I haven't played with that code in quite a while. You should try taking out the check for whether the target folder is in the default store. If that doesn't work, you'll need to take a different approach, moving items after they land in the Sent Items folder. For that, you'd use the MAPIFolder.Items.ItemAdd event.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jasoncw" wrote in message ... I spoke too soon. This appears to work fine when I wish to send items within the same Outlook file. However, it does not appear to work when I select a folder within a different Outlook data file. Can the procedure be modified to accomplish this? Thanks. Jason "jasoncw" wrote: Sue, thank you very much. That accomplishes exactly what I needed. Jason "Sue Mosher [MVP-Outlook]" wrote: See http://www.outlookcode.com/codedetail.aspx?id=1173 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Automatically Send e-mail prompt | Terry@tescom | Outlook and VBA | 6 | May 9th 08 04:23 PM |
how do i allow sap BO to send mail from outlook w/o prompt | ofer | Outlook and VBA | 1 | April 8th 08 03:53 PM |
Send mail using MAPI and not get a prompt | Sanjay_S | Outlook and VBA | 1 | November 8th 06 02:46 PM |
How to prompt user for a directory (folder) | DKS | Outlook and VBA | 2 | August 23rd 06 02:31 PM |
clicking on 'send update' for a calendar should prompt for a conf. | Hasani Blackwell | Outlook - Calandaring | 0 | July 18th 06 05:19 PM |