In our activitymimeattachments i am trying get value from the attachment body.
In case of plain text-
"mimetype":"text/plain","filename":"order.txt","body":"c2ItMDAz".
i can get value as 'sb-003' using base64 convertion.
but in case my attachment is docx with the same value(body value of the above-'sb-003') -
"mimetype":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
i can't get the value from the body.so how to get the docx mimetype file values
*This post is locked for comments