Forum Discussion
Andreas_Franzen
Dec 04, 2023Copper Contributor
Exchange ActiveSync does not sync MessageFlags.Draft
Hello We are facing the following issue: We create an email at server side using a C# application. The application sets the draft flag using the code 'MessageFlags.Draft'. Then the email is syn...
Victor_Ivanidze
Dec 08, 2023Bronze Contributor
Why do you use EAS? What is your email server?
Andreas_Franzen
Dec 08, 2023Copper Contributor
Our customer uses EAS, we cannot change this.
The issue happens with outlook.office365.com and EAS.
The issue happens with outlook.office365.com and EAS.
- Victor_IvanidzeDec 11, 2023Bronze ContributorIs it your question: https://stackoverflow.com/questions/77536006/create-email-in-c-sharp-using-mailkit-and-send-later-in-outlook-activesync ?
If so, can you follow Dmitry's suggestion and use Outlook object model instead of Mailkit ? - Andreas_FranzenDec 11, 2023Copper Contributor
Victor_Ivanidze : unfortunately this is not an option.
- Victor_IvanidzeDec 08, 2023Bronze Contributor
The only possible solution I see is to stop using EAS.