Skip to content
Advertisement

Tag: microsoft-graph-api

Send mail with multiple attachment using Graph API

I’m using Microsoft-Graph API version 1.4 and trying to send mail with attachment using following code.. Ref.Link: Graph-Send-Mail But, message.attachments requires AttachmentCollectionPage object not LinkedList(); Can anyone help me to send a mail with multiple attachment. Thanks Answer I found the solution to send multiple attachment in a single mail using 1.4.0 version. Checkout the following code… The above code

Advertisement