Hey,
I can't success to read via the SDK that my mail is marked as a Draft in Gmail.
I tried that way:
(mailInfo.Flags & EAGetMail.MailFlagsType.Draft) == EAGetMail.MailFlagsType.Draft)
but without luck.
Also
mailInfo.IMAP4MailFlags
doesn't ouput a \Draft flag neither.
In the
BodyHeaders, I can see
X-Apple-Auto-Saved: 1 because I used Mail.app client ; but it's too much platform dependant.
I dind't find anything in the documentation related to Draft... any ideas? Tanks!