Email Attachment Content IDs #767
agentabstract
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @agentabstract |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I list the attachments of an email I get the interface type models.AttachmentCollectionResponseable, I list the values of that and it returns []models.Attachmentable. The interface models.Attachmentable allows me to see that an attachment is inline, but has no method to get the content id of the file.
How do you get the content id of the file using the go sdk?
According to the docs Content ID should be in the HTTP Response.
https://learn.microsoft.com/en-us/graph/api/message-list-attachments?view=graph-rest-1.0
Beta Was this translation helpful? Give feedback.
All reactions