You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to understand how do we deserialize this to an outlook message , we can do it with ItemAttachment with attachment.getItem()
below is a sample response
Hi @raghucha, based on the "@odata.type": "#microsoft.graph.fileAttachment", this value is a FileAttachment which does not provide an OutlookItem or Message as a property.
You'd probably have to get this by getting the message object by id e.g.
I would like to understand how do we deserialize this to an outlook message , we can do it with ItemAttachment with
attachment.getItem()
below is a sample response
The text was updated successfully, but these errors were encountered: