Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » COPY   (RSS)

Why can't I COPY or MOVE items across stores - i.e. mailboxes, public folders, servers?

COPY and MOVE will fail with a 502 error when trying to work across stores - not supported. You could read the MIME of messages with a GET and use PUT to write the contents to the new location - this will simulate a COPY. Custom properties and storage

Howto: WebDAV COPY using VBScript

' This example shows how to do a COPY of a message to a folder. 'NOTE: ' • Copying or Moving items across stores is not supported (that includes maiboxes) ' • You will get a 404 (Resource Not Found) if the source item does not exist. ' • A status of 204

Howto: WebDAV MOVE using VBScript

' This example shows how to do a MOVE of a message to a folder. 'NOTE: ' • Copying or Moving items across stores is not supported (that includes maiboxes) ' • You will get a 404 (Resource Not Found) if the source item does not exist. ' • A status of 204
 
Page view tracker