Can I include a poll in mail using graph api

revanth voleti 1 Reputation point
2022-04-08T05:44:16.157+00:00

I need to send a mail with poll i.e., with voting options like yes,no,may be.

Can i send a mail with voting options by using graph api SendMail?.

Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
800 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shivam Dhiman 5,771 Reputation points
    2022-04-08T13:59:42.28+00:00

    Hi @revanth voleti

    To include voting option in your mail you can use single-value extended property.
    Extended properties allow storing custom data and specifically serve as a fallback mechanism for apps to access custom data for Outlook MAPI properties when these properties are not already exposed in the Microsoft Graph API metadata.

    To use Single-value extended property you can Refer to this documentation.

    Further you can refer to these similar posts-
    Voting Option in Microsoft Graph API
    Voting buttons using MS Exchange Graph API Java SDK

    Hope this helps.
    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    0 comments No comments