Hello All,
We are passing an instance of SendEmailRequest Class to the Execute(OrganizationRequest) method to send emails from our custom code used in a custom workflow.Below is pseudo code
SendEmailRequest sendEmailReq = new SendEmailRequest() // Send Email Request
{
EmailId = emailId,
TrackingToken = string.Empty,
IssueSend = true
};
IOrganizationService.OrganizationService.Execute(sendEmailReq);
Issue is : Most of emails are sent out from Dynamics CRM, only few remains in Draft status. We could not figure out the reason for emails stuck in draft status.
Any insights into this issue is helpful, if anyone of you have encountered similar scenarios.
Looking forward for your inputs. Greatly appreciated for any help
Thanks in advance
S_KM


Report
All responses (
Answers (