I'm working on a webservice which will be used to upload multiple documents and download multiple documents through the use of the LL EWS. From recent discoveries, the FileAtts class is of no use and doesn't change any of the file-attributes. I've also checked if the Attachment class is able to change any of the attributes, which it isn't. This presents the following problem: Users won't be able to upload documents with the correct CreationDate. The date will be set to the current date instead(why would anyone make the FileAtts class and the Attachment class when where nothing but the file-content is used). Does anyone have a solution or a suggestion as to how to be able to do this with the current webservices or in another way besides making a webservice of our own which connects to the database itself?
Regards
Frustrated programmer