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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

save selection of emails as msg to a webfolder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 22nd 06, 10:27 PM posted to microsoft.public.outlook.program_vba
Redskinsfan
external usenet poster
 
Posts: 1
Default save selection of emails as msg to a webfolder

Im new in creating VBA so hope i dont sound to dumb here, and thanks in
advance..

I want to create a macro that when i select certain emails from any folder
in outlook 2003 to take those emails and save them as msg with with
attachments if they have any and have them go to a particular webfolder such
as this one (https://webfolders.buzzsaw.com/test/specification). Also once i
have this macro i can figure out how to place it on a toolbar after i would
like to know what is an easy way to share this macro with other co-workers
something were i could have a program install this on there system or if
thats not possible then do it manually on each machine.. Thanks
Ads
  #2  
Old August 23rd 06, 05:41 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default save selection of emails as msg to a webfolder

Am Tue, 22 Aug 2006 14:27:01 -0700 schrieb Redskinsfan:

You can access selected items via Application.ActiveExplorer.Selection. Walk
through that list and call each item´s Save method.

For uploading files this may help:
http://www.planet-source-code.com/vb...=6076&lngWId=1

For distributing your code please read this:
http://www.outlookcode.com/d/distributevba.htm


--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Im new in creating VBA so hope i dont sound to dumb here, and thanks in
advance..

I want to create a macro that when i select certain emails from any folder
in outlook 2003 to take those emails and save them as msg with with
attachments if they have any and have them go to a particular webfolder

such
as this one (https://webfolders.buzzsaw.com/test/specification). Also once

i
have this macro i can figure out how to place it on a toolbar after i

would
like to know what is an easy way to share this macro with other co-workers
something were i could have a program install this on there system or if
thats not possible then do it manually on each machine.. Thanks

 




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
Need a script to OPEN and then save as .msg [email protected] Outlook and VBA 6 July 26th 06 02:36 PM
Save Email in MSG format LDMueller Outlook and VBA 6 June 13th 06 10:21 AM
trying to save as .msg file !! WhytheQ Outlook and VBA 2 May 26th 06 01:32 PM
Save incoming e-mail as msg with name = sent date Ed_Berez Outlook and VBA 1 April 6th 06 06:33 AM
save contact emails PamelaP Outlook - General Queries 1 February 16th 06 06:37 PM


All times are GMT +1. The time now is 10:45 PM.


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.