Thank you. It worked!
Fumei - Outbox was qualified as follows:
Dim Outbox As MAPIFolder
Set ns = GetNamespace("MAPI")
Set Outbox = ns.GetDefaultFolder(olFolderOutbox)
How can this thread be closed?
In Outlook, I want to copy messages from my Drafts folder to my Outbox folder. Best case, I want to copy 2 of the 3 messages in the Drafts folder, and rename them.
This is what I don't understand...
This works:
For Each item In Drafts.Items
item.Move Outbox
Next item
This doesn't:
For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.