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
The only possible solution I see is to stop using EAS.
Andreas_Franzen
Dec 11, 2023Copper Contributor
Victor_Ivanidze : unfortunately this is not an option.
- 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 ?