I am Very new to CRM. I am Very new to VB and have been trying for quite some time now to use code that Simon Hutson generously donated to remove the HTML tags from emails.
blogs.msdn.com/.../converting-html-e-mail-to-plain-text.aspx
I have added the code to a project and added a number of references from both the Net and SDK/Bin and when I Build the project this is an error message I receive.
What I understand this message is trying to tell me is that it doesn't know where to find IPlugin but I can't figure out where I should be referencing it from. I thought it was the xrm.sdk but I have these imports at the beginning of my code.
Imports System.ServiceModel
Imports System.ServiceModel.Web
Imports Microsoft.Xrm.Sdk
Imports System.Text.RegularExpressions
The error message is generated at Public Class EditHTML Implements IPlugin and to me it appears to be exactly the same as the what is in the SDK examples.
So ... I am at a loss and would greatly appreciate any assistance.
Cheers