I am currently working on a script fetching subjects and attachements from an email received with Exchange.
For this purpose, I have found php-ews and used one of the provided examples to retrieve the attachments.
The script throws ErrorInvalidIdMalformed: Id is malformed
when I try running it.
I would have guessed I made a mistake getting the MessageID from Outlook, but it seems that there is only one field labeled "MessageID". It looks like this: 3cbab9c9ad50410592b55f7ade96a57a@[domain].fr
Is there anything I have missed ?
Thanks for helping.