I have a message A with some attachments.
Now i create message B and want to attach A as an ItemAttachment. To do that i call CreateAttachment with a MessageType object that represents A. But how do i reference the attachments of message A?
I tried editing my CreateAttachment request and adding an Attachments block into the Message, but receive an ErrorMissingItemForCreateItemAttachment.