web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Answered

mail vote function

(0) ShareShare
ReportReport
Posted on by 8

 

In OUTLOOK when sending a new mail there is a "vote" option (you can select multiple choices Eg I accept / no accept, YES/NO Etc.) and in automatic outlook sends the reply to the sender.

The question is. Is't possible insert this option in the email sent from Power Apps? I hope i was clear with my english. I follow you from Italy. Thanks in advance .

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Claudio65 ,

     

    Yes , you could try to call the graph api.

    vxiaochenmsft_0-1664264451305.png

    {
     "message": {
     "subject": "Meet for lunch?",
     "body": {
     "contentType": "Text",
     "content": "The new cafeteria is open."
     },
     "toRecipients": [
     {
     "emailAddress": {
     "address": "<your email>"
     }
     }
     ],
     "singleValueExtendedProperties": [
     {
     "id": "Binary {00062008-0000-0000-c000-000000000046} Id 0x8520",
     "value": "AgEGAAAAAAAAAAVSZXBseQhJUE0uTm90ZQdNZXNzYWdlAlJFBQAAAAAAAAAAAQAAAAAAAAACAAAAZgAAAAIAAAABAAAADFJlcGx5IHRvIEFsbAhJUE0uTm90ZQdNZXNzYWdlAlJFBQAAAAAAAAAAAQAAAAAAAAACAAAAZwAAAAMAAAACAAAAB0ZvcndhcmQISVBNLk5vdGUHTWVzc2FnZQJGVwUAAAAAAAAAAAEAAAAAAAAAAgAAAGgAAAAEAAAAAwAAAA9SZXBseSB0byBGb2xkZXIISVBNLlBvc3QEUG9zdAAFAAAAAAAAAAABAAAAAAAAAAIAAABsAAAACAAAAAQAAAADWWVzCElQTS5Ob3RlAANZZXMAAAAAAAAAAAABAAAAAgAAAAIAAAABAAAA/////wQAAAACTm8ISVBNLk5vdGUAAk5vAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAP////8EAQVSAGUAcABsAHkAAlIARQAMUgBlAHAAbAB5ACAAdABvACAAQQBsAGwAAlIARQAHRgBvAHIAdwBhAHIAZAACRgBXAA9SAGUAcABsAHkAIAB0AG8AIABGAG8AbABkAGUAcgAAA1kAZQBzAANZAGUAcwACTgBvAAJOAG8A"
     }
     ]}
    }

    In my payload ,the value is the out of box 'Yes/No' options.

    vxiaochenmsft_1-1664264591185.png

    You can create custom value based on protocol but it's a bit complex.

    Documents - https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxprops/e11cc753-cecf-4fdc-bec7-23304d12388a

    https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/89a70cdb-28ca-4d63-9deb-6d8c15c2cb47?redirectedfrom=MSDN

    https://learn.microsoft.com/en-us/graph/api/resources/singlevaluelegacyextendedproperty?view=graph-rest-1.0

     

    Blog - https://stackoverflow.com/questions/68667907/send-exchange-email-with-voting-buttons-using-ms-exchange-graph-api-java-sdk/68668010#68668010

     

    Besides, if you want to simplify it , you can send an email first with custom vote values and catch its encoded value in flow.

    Api - 

    https://graph.microsoft.com/v1.0/me/messages/<your email message id>?$expand=singleValueExtendedProperties($filter=id eq 'Binary {00062008-0000-0000-C000-000000000046} Id 0x00008520')

    vxiaochenmsft_2-1664264989275.png

     

    Finally,  If you don't want to call the flow from canvas, you could create a custom connector in it.

     

    Best Regards,

    Wearsky

  • Claudio65 Profile Picture
    8 on at

    Many thanks, I wiil try

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard