I would like to create an email with an embedded image from the CRM2011 plugin. Thus, the plan is to create an email object, add a binding object to it, and include an image element of the following form in the body of the html email:
<img src="cid:image001.png@01CBDDB1.BACB59F0" />
The problem is that I do not know how CRM2011 content identifier is generated.
The first part ( image001.png) is obviously the name of the attachment file. But where did the other part ( @01CBDDB1.BACB59F0) come from ? Is there a way to flip this part based on the fields of the binding object?
Cheers, Nang.
source
share