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

Copying an item from one folder to another



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 9th 06, 03:37 PM posted to microsoft.public.outlook.program_vba
Laughing John
external usenet poster
 
Posts: 2
Default Copying an item from one folder to another

Hi,

Can you tell me if there is a way to copy an item from one folder to another
using Outlook without first making a copy in the original folder ??

You can do this with CDO, but not Outlook. Does anyone know if this will be
available in Outlook 2007 ?

Thanks
  #2  
Old June 10th 06, 06:54 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Copying an item from one folder to another

Am Fri, 9 Jun 2006 07:37:03 -0700 schrieb Laughing John:

Please see the Copy function in the VBA help. There“s also a sample.

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


Hi,

Can you tell me if there is a way to copy an item from one folder to

another
using Outlook without first making a copy in the original folder ??

You can do this with CDO, but not Outlook. Does anyone know if this will

be
available in Outlook 2007 ?

Thanks

  #3  
Old June 12th 06, 10:44 AM posted to microsoft.public.outlook.program_vba
Laughing John
external usenet poster
 
Posts: 2
Default Copying an item from one folder to another

Hi Michael,

Thanks for taking the time to reply.

I am aware of the copy function, the problem is that the copy function takes
a copy of the message in the same folder. There doesn't appear to be a way to
specifiy a destination folder.

I want to be able to copy a message from one folder to another without first
saving it in the original folder.

My reason for this is that I have read access to the original folder (it's
actually another users inbox), but I cannot save items in it. I can open a
message quite happily in code, but I cannot copy it, nor can I save a copy to
a file. CDO will let you do this, but I cannot use CDO as I do not see the
folder at all when I log into a CDO session.

I was hoping there may be some way around this, or that the new OL2007
object model would make it possible, but I've had a cursory look and can see
no improvement.

Seems like a pretty simple requirement to me !

Regards,
LJ



"Michael Bauer" wrote:

Am Fri, 9 Jun 2006 07:37:03 -0700 schrieb Laughing John:

Please see the Copy function in the VBA help. There“s also a sample.

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


Hi,

Can you tell me if there is a way to copy an item from one folder to

another
using Outlook without first making a copy in the original folder ??

You can do this with CDO, but not Outlook. Does anyone know if this will

be
available in Outlook 2007 ?

Thanks


  #4  
Old June 13th 06, 06:31 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default Copying an item from one folder to another

Am Mon, 12 Jun 2006 02:44:02 -0700 schrieb Laughing John:

You can use Redemption (www.dimastr.com) instead of CDO.

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


Hi Michael,

Thanks for taking the time to reply.

I am aware of the copy function, the problem is that the copy function

takes
a copy of the message in the same folder. There doesn't appear to be a way

to
specifiy a destination folder.

I want to be able to copy a message from one folder to another without

first
saving it in the original folder.

My reason for this is that I have read access to the original folder (it's
actually another users inbox), but I cannot save items in it. I can open a
message quite happily in code, but I cannot copy it, nor can I save a copy

to
a file. CDO will let you do this, but I cannot use CDO as I do not see the
folder at all when I log into a CDO session.

I was hoping there may be some way around this, or that the new OL2007
object model would make it possible, but I've had a cursory look and can

see
no improvement.

Seems like a pretty simple requirement to me !

Regards,
LJ



"Michael Bauer" wrote:

Am Fri, 9 Jun 2006 07:37:03 -0700 schrieb Laughing John:

Please see the Copy function in the VBA help. There“s also a sample.

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


Hi,

Can you tell me if there is a way to copy an item from one folder to

another
using Outlook without first making a copy in the original folder ??

You can do this with CDO, but not Outlook. Does anyone know if this will

be
available in Outlook 2007 ?

Thanks


  #5  
Old June 14th 06, 12:46 PM posted to microsoft.public.outlook.program_vba
Laughing John
external usenet poster
 
Posts: 2
Default Copying an item from one folder to another

Thanks again, but I think (and I may be wrong) that redemption will suffer
the same problem as CDO. It will be unaware of the store I am looking at.

Also my code supports the use of Redemption OR CDO/OL and needs to work in
the same way for both. So the OL/CDO version would still have problems.

I guess I'll have to chalk it up as unsolvable and hope they add a better
copy method in OL2007 ......



"Michael Bauer" wrote:

Am Mon, 12 Jun 2006 02:44:02 -0700 schrieb Laughing John:

You can use Redemption (www.dimastr.com) instead of CDO.

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


Hi Michael,

Thanks for taking the time to reply.

I am aware of the copy function, the problem is that the copy function

takes
a copy of the message in the same folder. There doesn't appear to be a way

to
specifiy a destination folder.

I want to be able to copy a message from one folder to another without

first
saving it in the original folder.

My reason for this is that I have read access to the original folder (it's
actually another users inbox), but I cannot save items in it. I can open a
message quite happily in code, but I cannot copy it, nor can I save a copy

to
a file. CDO will let you do this, but I cannot use CDO as I do not see the
folder at all when I log into a CDO session.

I was hoping there may be some way around this, or that the new OL2007
object model would make it possible, but I've had a cursory look and can

see
no improvement.

Seems like a pretty simple requirement to me !

Regards,
LJ



"Michael Bauer" wrote:

Am Fri, 9 Jun 2006 07:37:03 -0700 schrieb Laughing John:

Please see the Copy function in the VBA help. There“s also a sample.

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


Hi,

Can you tell me if there is a way to copy an item from one folder to
another
using Outlook without first making a copy in the original folder ??

You can do this with CDO, but not Outlook. Does anyone know if this will
be
available in Outlook 2007 ?

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
copying the personal folder Richard K Outlook - Using Contacts 1 May 29th 06 08:24 PM
Forwarding a mail from your sent item folder [email protected] Outlook - General Queries 0 March 22nd 06 06:13 PM
how do i get an item into my calendar folder EC Outlook - Calandaring 1 March 13th 06 01:16 AM
Copying from one folder to another. Mark R Penn Outlook - Using Contacts 0 January 26th 06 12:59 PM
Copying replies to folder JoyC Outlook - Using Forms 4 January 19th 06 04:43 PM


All times are GMT +1. The time now is 03:55 PM.


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