I want to read the attachments from one list item (in ItemCreated event) to another, new ListItem. How can I do this with the Client Object Model? All I found is server-side code...
Another question: Are the attachments also deleted when I delete a list item or are they still existing on the server?
I got it! The following code worked for me:
It copies the attachments of one list item (fromItem) to the new item!