dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Mime type on attachments #62

Closed erotundo closed 9 months ago

erotundo commented 1 year ago

Hi all!

It's possible set the mime-type of the attachment??? I'm trying send a ical as attachment but everytime returns a error related with the mime-type

dcblogdev commented 9 months ago

Yes you can set its contentType inside the attachment body:

{
  "contentType": "string",
  "id": "string (identifier)",
  "isInline": true,
  "lastModifiedDateTime": "String (timestamp)",
  "name": "string",
  "size": 1024
}

see https://learn.microsoft.com/en-us/graph/api/resources/attachment?view=graph-rest-1.0