O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.68k stars 423 forks source link

How to determine if a message is forward or reply? #1023

Closed xinyuli1204 closed 1 year ago

xinyuli1204 commented 1 year ago

I googled and get the answer we should use SingleValueExtendedProperties. but my returned SingleValueExtendedProperties is empty. https://stackoverflow.com/questions/60042191/determining-forwarded-and-replied-to-email-messages-in-microsoft-graph-api/60048538#60048538

alejcas commented 1 year ago

I don't understand what's your problem here

xinyuli1204 commented 1 year ago

never mind I think I know it.