//This post demonstrates how to send an email using a template from CRM 2011 using C# code //There are 4 steps in achieving this: (a) Create the 'From:' activity party for the email (b) Create the 'To:' activity party for the email (c) Create an e-mail message (d) Create the request to send email //Namespace…
Tag: Email
How to send an Email from CRM 2011 using C#
This post demonstrates how to send an email from CRM 2011 using C# code. There are 4 steps in achieving this: (a) Create the 'From:' activity party for the email (b) Create the 'To:' activity party for the email (c) Create an e-mail message (d) Create the request to send email //Namespaces need to…
How to send HTML content in email in CRM 2011
This post covers how to send html content in an email from CRM 2011. Steps to follow: 1. Create a .html page with the html content that you need to include in your email and open it in a browser 2. Create a new email template in CRM 2011 and copy paste the html content…