Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

copy mailitems from source to destination without creation rights in source

17 views
Skip to first unread message

u.go...@gmail.com

unread,
Apr 24, 2014, 9:27:55 AM4/24/14
to
It is possible to copy mailitems from one folder to another by using

For Each Item In sourceFolder
Set CopiedItem = Item.Copy
CopiedItem.Move destinationFolder
Next

However, it seems as it is necessary to have the right to create items in sourceFolder. Is it possible to copy items if I can only read/delete items in sourceFolder?
0 new messages