How to send s/mime messages through Microsoft Graph API? - microsoft-graph-api

I searched the documentations. It appears that Microsoft Graph API supports downloading S/MIME messages, but not sending S/MIME messages. Could anyone confirm if this is supported?

Yes, You are right. Microsoft does not support sending messages. You can vote here for this. https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/39762832-provide-functionality-to-create-message-using-mime

Related

Sending contact forms emails using Microsoft Graph instead of SMTP

Microsoft announced the deprecation of basic authentication in Exchange Online which I believe will cause a problem to some sites I look after that use PHPMailer and send emails currently using SMTP. I guess what I will need to do is try and send email using Microsoft Graph instead of SMTP via the websites forms.
I know how to configure this in the accounts with Microsoft I just don't know how to implement this in the forms themselves and there doesn't seem to be any how to documentation online... has anyone else had a similar issue?

Recall an email using Microsoft graph api

I am using microsoft graph api to fetch emails from office365. There is need to have recall functionality but not able to locate the required api.
Can someone help me in here. I am not sure if such API even exists
There is no endpoint in the Graph for message recall it's all private API's in the clients that implemented it. You could add this as a feature request for the the graph https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform

Any way to get chat messages MIME using Microsoft Graph API

Any way to get chat messages MIME using Microsoft Graph API. I know this is in BETA, but anyone knows any way to do it.
Not currently supported for teams, as it is supported for mail messages using $value endpoint

Can I send mails with sensitivity 'personal' with MS Graph v1.0

Is there a way to set the "Sensitivity" when sending mails via Microsoft Graph API v1.0 ?
Microsoft allows to set Mail Sensitivity on Win-Outlook (Normal, Personal, Private, Confidential) and our end-users would like us to do the same through Graph API.
I noticed that simply prefixing the message subject with [PRIVATE] or [CONFIDENTIAL] persuades the MS Outlook clients on Macs and Windows that the message is private or confidential. However this does not work not for 'Personal' mails.
Is there a workaround for sending 'Personal' mails via Graph API?
Or possibly an official API - prefixing the subject feels like a workaround.

How to retrieve a twilio chat channel history - all conversation that happened in a channel

My team is trying to create a chat application using Twilio Chat api.
Can anyone please suggest how to get the chat history from twilio channelafter a chat session is completed. We want to store the chat conversation in our database.
I want to download the entire conversation that happened between two people in a private twilio channel before i delete the channel permanently. Is twilio providing this functionality?
Thanks,
TT
Got some help from Twilio support. Sharing it here for everyone who is interested.
"You should be able to retrieve all the messages in a channel via our REST API. We also have a C# helper library (https://github.com/twilio/twilio-csharp) and you can find the exact code and endpoint here: https://www.twilio.com/docs/chat/api/messages?code-sample=code-list-all-messages&code-language=cs&code-sdk-version=5.x "
Thank you David (Twilio Support)

Resources