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
Related
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
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
I'm trying to post messages to specific Microsoft Teams Channels using Graph REST API (from my app). I'm looking at the following API endpoint, but it says it doesn't support Application permission type: Create chatMessage in a channel
Is there a better way than using the webhook/bots?
Currently, we don't have plans for posting messages with application permissions. Only option to send a message to channel using Graph API would be using delegated permission.
Please use Bot / Connectors to send messages.
I'm attempting to create a message in a Teams channel via the Graph API. Teams now supports adaptive cards but it seems we are still limited to either plain text or HTML when creating the message via Graph API (either v1 or beta). Anyone found a way to create this message using Adaptive Cards?
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/itembody
Via Microsoft Graph, no, not yet. But via the Bot Framework APIs, yes, and it's available today.
More info here: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/cards/cards#cards-in-bots
I'm trying to send an arbitrary message using C# to a YouTube user. I've learned you can only send messages to contacts if using the YouTube API within C#. Trying to see if anyone knows of anyway of sending to an arbitrary user, similar to "TubeToolbox", very popular program.
That's not supported at all via the YouTube API.