View Single Post
  #1  
Old January 22nd 07, 08:47 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 2
Default Moving Mail Items from Mailbox to Personal Folders

Hi All,

I've looked around and found similar questions, but nothing quite what
I'm trying to do.

I want to create a macro that will move the contents of my "online"
Deleted Items folder to my "offline" personal file deleted items
folder. The post at:
http://groups.google.com/group/micro...90092136788468

does this between two folders both in the same outlook file.

They're setting up the files as follows:

Set oFolderParent =
objNameSpace.GetDefaultFolder(olFolderInbox).Paren t
Set objmyFolder = oFolderParent.Folders("SOURCE")
Set objDestination = oFolderParent.Folders("DESTINTATION")

And I need objDestination to be in a different folder tree (on my
"offline" personal file.

Thanks!

Ads