Hi All,
When I press "Send" an email, I got the following error

And this is the downloaded log file
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Cannot update subject or description unless email is in draft statusDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147187962</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Cannot update subject or description unless email is in draft status</Message>
<Timestamp>2015-08-11T15:58:08.4337301Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
I don't understand why it said "Cannot update subject or description unless email is in draft status", normally I didn't change the subject nor the description when I send out an email.
Can anyone tell me how to trace the problem?
*This post is locked for comments
I have the same question (0)