I have a CRM application written in C# and have a customer who would like to create and send emails based on an activity record from the application. I know I can use the SmtpClient and MailMessage classes to send the email. The customer would also like
to able to assign any replies back to the originating activity record so does anyone know if it's possible to send an email out with an identifier assigned that would be returned in the message reply?
View Complete Post