Dear all;
i am creating and sending the email through plugin which was working fine till mscrm 2013 but after upgrade to mscrm 2015 the create of email part is working fine but when it comes to sending the email after few second it gives me an error "SQL server
time out" i am mscrm 2015 online below is my code for sending the email
SendEmailRequest sendEmailreq = new SendEmailRequest();
sendEmailreq.EmailId = _emailId;
sendEmailreq.IssueSend = true;
sendEmailreq.TrackingToken = "";
SendEmailResponse sendEmailresp = (SendEmailResponse)service.Execute(sendEmailreq);