Adding voting option in Microsoft Graph API

Ravi Padmanabhan 1 Reputation point
2022-04-26T07:54:38.577+00:00

Hello,

We have been trying to run a program in C# that sets up voting options in Outlook email using GraphAPI. But the email is getting sent without the voting options.

Have you worked on a way to add voting options programatically using C#? This is impacting our development of this particular function of providing voting option.

Any quick response will be very helpful.

Microsoft Security Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. Shivam Dhiman 6,081 Reputation points
    2022-04-26T12:09:18.613+00:00

    Hi @Ravi Padmanabhan

    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 post-
    Voting Option in Microsoft Graph API

    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".


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.