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 synced by Exchange ActivSync (EAS). At client side we are missing the flag set, in specific we are missing the send button along with the email. It is our understanding that this flag enables the send button in the email.
Can somebody help?
Thank you
Andreas
11 Replies
Sort By
- Victor_IvanidzeBronze ContributorHello,
why don't you send an email immediately after creation? Why do you need EAS at al?- Andreas_FranzenCopper Contributor
Hello
Because the email must be reviewed and potentially changed by a responsible person before sending.
- Victor_IvanidzeBronze ContributorUnderstood. Now please explain what happens if you look at the Drafts folder using OWA.
Do you see a draft messages created by your app there? Can you modify them and send them?