A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Send and save a message in folders



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 20th 06, 10:32 AM posted to microsoft.public.outlook
anders bitzer
external usenet poster
 
Posts: 2
Default Send and save a message in folders

Is it possible to send and save a message in a folder like it is with Lotus
Notes? A simple function asking in which folder I would to save my send mail.
I would like to save all messages to one adress in one folder.
Ads
  #2  
Old April 20th 06, 10:39 AM posted to microsoft.public.outlook
jellin
external usenet poster
 
Posts: 7
Default Send and save a message in folders

Anders,

As far as i know Exchange doesn't have a function like that.
In outlook you can creat a rule that stores sent messages to specific
custom made folders in Outlook

Rgds,
Jelle

  #3  
Old April 20th 06, 11:59 AM posted to microsoft.public.outlook
Vince Averello [MVP-Outlook]
external usenet poster
 
Posts: 2,028
Default Send and save a message in folders

There's no setting to ask on sending but you can have rules move sent
messages based on criteria

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with
Lotus
Notes? A simple function asking in which folder I would to save my send
mail.
I would like to save all messages to one adress in one folder.



  #4  
Old April 20th 06, 12:34 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Send and save a message in folders

See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code sample to add this functionality to Outlook. For VBA basics, see http://www.outlookcode.com/d/vbabasics.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"anders bitzer" wrote in message ...
Is it possible to send and save a message in a folder like it is with Lotus
Notes? A simple function asking in which folder I would to save my send mail.
I would like to save all messages to one adress in one folder.

  #5  
Old April 20th 06, 01:34 PM posted to microsoft.public.outlook
DL
external usenet poster
 
Posts: 240
Default Send and save a message in folders

I used this with OL2k, but it doesnt seem to want to work with OL2003, no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with

Lotus
Notes? A simple function asking in which folder I would to save my send

mail.
I would like to save all messages to one adress in one folder.



  #6  
Old April 20th 06, 01:38 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Send and save a message in folders

Did you read the VBA basics article, especially the part about the macro security level?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DL" wrote in message ...
I used this with OL2k, but it doesnt seem to want to work with OL2003, no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with

Lotus
Notes? A simple function asking in which folder I would to save my send

mail.
I would like to save all messages to one adress in one folder.



  #7  
Old April 20th 06, 02:44 PM posted to microsoft.public.outlook
DL
external usenet poster
 
Posts: 240
Default Send and save a message in folders

I have reread, thought it applied, from ms kb article, to only OL2k
Silly me, now OK thanks

"Sue Mosher [MVP-Outlook]" wrote in message
...
Did you read the VBA basics article, especially the part about the macro
security level?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DL" wrote in message
...
I used this with OL2k, but it doesnt seem to want to work with OL2003, no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with

Lotus
Notes? A simple function asking in which folder I would to save my send

mail.
I would like to save all messages to one adress in one folder.





  #8  
Old April 20th 06, 02:51 PM posted to microsoft.public.outlook
anders bitzer
external usenet poster
 
Posts: 2
Default Send and save a message in folders

Thanks for your ideas. But I'm just a user so the solution is too complicated
for me. I was just looking for a simple function. Suppose rules are the best
way.

"Sue Mosher [MVP-Outlook]" skrev:

Did you read the VBA basics article, especially the part about the macro security level?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DL" wrote in message ...
I used this with OL2k, but it doesnt seem to want to work with OL2003, no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with

Lotus
Notes? A simple function asking in which folder I would to save my send

mail.
I would like to save all messages to one adress in one folder.




  #9  
Old April 20th 06, 03:33 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Send and save a message in folders

What's so complicated? You have the complete solution. If you spent 15 minutes walking through it, you'd even understand how it works. It would take you a lot longer to build the potentially dozens of rules you might need to refile all your outgoing messages.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"anders bitzer" wrote in message ...
Thanks for your ideas. But I'm just a user so the solution is too complicated
for me. I was just looking for a simple function. Suppose rules are the best
way.

"Sue Mosher [MVP-Outlook]" skrev:

Did you read the VBA basics article, especially the part about the macro security level?


"DL" wrote in message ...
I used this with OL2k, but it doesnt seem to want to work with OL2003, no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

"anders bitzer" wrote in message
...
Is it possible to send and save a message in a folder like it is with
Lotus
Notes? A simple function asking in which folder I would to save my send
mail.
I would like to save all messages to one adress in one folder.



  #10  
Old April 20th 06, 04:22 PM posted to microsoft.public.outlook
DL
external usenet poster
 
Posts: 240
Default Send and save a message in folders

Simply use copy & paste, compile, save. just ensure digital sig is done/in
place

"anders bitzer" wrote in message
...
Thanks for your ideas. But I'm just a user so the solution is too

complicated
for me. I was just looking for a simple function. Suppose rules are the

best
way.

"Sue Mosher [MVP-Outlook]" skrev:

Did you read the VBA basics article, especially the part about the macro

security level?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"DL" wrote in message

...
I used this with OL2k, but it doesnt seem to want to work with OL2003,

no
err msg
TY

"Sue Mosher [MVP-Outlook]" wrote in message
...
See http://www.outlookcode.com/d/code/setsavefolder.htm for a VBA code
sample to add this functionality to Outlook. For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm

"anders bitzer" wrote in

message
...
Is it possible to send and save a message in a folder like it is with
Lotus
Notes? A simple function asking in which folder I would to save my

send
mail.
I would like to save all messages to one adress in one folder.





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Save Message As ZR6AJF Outlook Express 10 March 21st 06 10:13 PM
OE6 is not launching from within IE6 on New Message, Send a Link, Send Page Edward Outlook Express 6 March 12th 06 02:14 AM
i get an error message when trying to save a contact aftershock232 Outlook - Using Contacts 3 February 26th 06 02:14 PM
"In Folders Other than the Inbox, save replies with original message" Setting mike kline Outlook - General Queries 3 February 5th 06 03:08 AM
[OL2003] Save Open Folders [email protected] Outlook - General Queries 1 January 31st 06 03:21 PM


All times are GMT +1. The time now is 03:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.