Hi, long time fan. I'm just getting into the RadEditor and I'm wondering if you can help me with examples or ideas on the following:
1. Send MailMessage with embedded content - I know how to send embedded content with an alternate view, etc. but I'm wondering how I can enumerate all the embedded images in the editor's embedded content - hoping there's a collection where I can create contend IDs for a mail message. Is that the right idea? Or is this something the .NET Mail 3.5 supports, i.e. converts SRC=path.jpg to content ids automatically?
2. Can you send an example of how this would work? All the examples use a fixed attachment or content ID. I need to do this automatically.
3. Do I really need to resport to parsing the HTML and string.replace on SRC= everywhere? Seems like sending RadEditor Mail is like the first thing people do with this editor.
I'm hoping I can at least get at the embedded collection and string.replace without doing RegExpression pattern matching.
thanks
Marty
1. Send MailMessage with embedded content - I know how to send embedded content with an alternate view, etc. but I'm wondering how I can enumerate all the embedded images in the editor's embedded content - hoping there's a collection where I can create contend IDs for a mail message. Is that the right idea? Or is this something the .NET Mail 3.5 supports, i.e. converts SRC=path.jpg to content ids automatically?
2. Can you send an example of how this would work? All the examples use a fixed attachment or content ID. I need to do this automatically.
3. Do I really need to resport to parsing the HTML and string.replace on SRC= everywhere? Seems like sending RadEditor Mail is like the first thing people do with this editor.
I'm hoping I can at least get at the embedded collection and string.replace without doing RegExpression pattern matching.
thanks
Marty
