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
Hello,
This looks like a bug to me. I would recommend getting in touch with Microsoft and opening a ticket to help with your investigation.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156