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
Tag: microsoft-graph-mail
Microsoft Graph Api – getting access without a user in java
I have a problem auth with microsoft graph api. I never work with it. I try to write application responsible for downloading attachments from mails. The program will be scheduled from platform so it cannot get admin consent (therefore authorize using Client Credentials). Every code example I found required an user interaction to sig in on microsoft to get a