my C# program is creating a EmailMessage item via Exchange Web Services (EWS 2.2.0) on Exchange 2010 SP2. When I call the Save method, it shows up in the Outlook drafts folder but has DateTimeSent set to current time.
This seems incorrect to me because when I create and save an email as a draft using Outlook, the property is null. The property is also readonly so I can't set it to null.
I've tried to set it with SetExtendedProperty but did not succeed.
Any ideas how to prevent this? My users complain that the "Sent Date" shows up in printed email drafts (yes I know...) which aren't sent yet.
Cheers