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

moving email messages from one folder to another existing folder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 12th 08, 09:20 PM posted to microsoft.public.outlook.program_vba
DanWo
external usenet poster
 
Posts: 4
Default moving email messages from one folder to another existing folder

hi, i am looking for some code for moving messages from one folder to another.
Ads
  #2  
Old November 12th 08, 09:34 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default moving email messages from one folder to another existing folder

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder to
another.



  #3  
Old November 13th 08, 01:42 PM posted to microsoft.public.outlook.program_vba
DanWo
external usenet poster
 
Posts: 4
Default moving email messages from one folder to another existing fold

isnt there more code than that?

"Dmitry Streblechenko" wrote:

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder to
another.




  #4  
Old November 13th 08, 08:02 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default moving email messages from one folder to another existing fold

To do what? Retrieve the source folder? Target folder? Loop throug the
messages in a folder? Figure out which messages are selected?
Please be more specific, there aren't too many mindreaders in this
newsgroup...

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
news
isnt there more code than that?

"Dmitry Streblechenko" wrote:

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder to
another.






  #5  
Old November 13th 08, 08:53 PM posted to microsoft.public.outlook.program_vba
DanWo
external usenet poster
 
Posts: 4
Default moving email messages from one folder to another existing fold

sorry. what i am trying to do is save the attachment from an email in the
KanaDaily folder. then i would like to move that email message to the
KanaDaily/Done folder. i would like this to occur when the message comes in.
sorry for the ambiguity.

"Dmitry Streblechenko" wrote:

To do what? Retrieve the source folder? Target folder? Loop throug the
messages in a folder? Figure out which messages are selected?
Please be more specific, there aren't too many mindreaders in this
newsgroup...

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
news
isnt there more code than that?

"Dmitry Streblechenko" wrote:

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder to
another.






  #6  
Old November 13th 08, 10:29 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default moving email messages from one folder to another existing fold

Where are these folders located relative to the root/Inbox/etc folders?
How does the messgae end up in the KanaDaily folder to begin with?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
sorry. what i am trying to do is save the attachment from an email in the
KanaDaily folder. then i would like to move that email message to the
KanaDaily/Done folder. i would like this to occur when the message comes
in.
sorry for the ambiguity.

"Dmitry Streblechenko" wrote:

To do what? Retrieve the source folder? Target folder? Loop throug the
messages in a folder? Figure out which messages are selected?
Please be more specific, there aren't too many mindreaders in this
newsgroup...

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
news
isnt there more code than that?

"Dmitry Streblechenko" wrote:

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder
to
another.








  #7  
Old November 14th 08, 12:27 PM posted to microsoft.public.outlook.program_vba
DanWo
external usenet poster
 
Posts: 4
Default moving email messages from one folder to another existing fold

the message is moved there using a rule.

"Dmitry Streblechenko" wrote:

Where are these folders located relative to the root/Inbox/etc folders?
How does the messgae end up in the KanaDaily folder to begin with?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
sorry. what i am trying to do is save the attachment from an email in the
KanaDaily folder. then i would like to move that email message to the
KanaDaily/Done folder. i would like this to occur when the message comes
in.
sorry for the ambiguity.

"Dmitry Streblechenko" wrote:

To do what? Retrieve the source folder? Target folder? Loop throug the
messages in a folder? Figure out which messages are selected?
Please be more specific, there aren't too many mindreaders in this
newsgroup...

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
news isnt there more code than that?

"Dmitry Streblechenko" wrote:

set NewMsg = OldMsg.Move(SomeFolder)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"DanWo" wrote in message
...
hi, i am looking for some code for moving messages from one folder
to
another.









 




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
Programmatically moving selected messages to network folder Ken Warthen Outlook and VBA 7 August 26th 08 06:19 PM
Problems moving an email to another folder Bill-41 Outlook and VBA 2 February 19th 08 08:45 PM
When moving one (or more) messages from one folder to another, outlookinstead brings them into a new e-mail as attachments Outlook Guy[_2_] Outlook - General Queries 0 November 2nd 07 11:49 PM
Moving a Custom Form from folder to folder in Outlook 2007 koops2121 Outlook - Using Forms 8 September 24th 07 11:14 PM
Moving messages into a folder fails Jerry West Outlook - General Queries 5 February 10th 07 05:40 PM


All times are GMT +1. The time now is 01:56 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.