PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Prompt to file message when sent

Reply

Prompt to file message when sent

 
Thread Tools Rate Thread
Old 07-11-2004, 09:08 PM   #1
=?Utf-8?B?cmViYXJvbmk=?=
Guest
 
Posts: n/a
Default Prompt to file message when sent


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
  Reply With Quote
Old 08-11-2004, 07:31 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Prompt to file message when sent

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


  Reply With Quote
Old 08-11-2004, 04:05 PM   #3
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Prompt to file message when sent

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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off