Author |
|
bluejup Newbie
Joined: 17 November 2008
Online Status: Offline Posts: 1
|
Posted: 17 November 2008 at 2:25am | IP Logged
|
|
|
Hi, I need to add a link to the top of an existing email message.
I thought I could just load it into a MailMessage and then load BodyHtmlText into a Html.Processor and then just add some elements to the body tag of the html. But doesn't seem to be obvious how to use the Html.Processor to do that. Are there any examples on that object?
The other way I thought of was just to search for <body> treating BodyHtmlText as a string and then add the elements - ie without any parsing. Would that way be potentially problematic?
Any other suggesions?
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 November 2008 at 4:55am | IP Logged
|
|
|
Please refer to this forum page, you can find an example of implementing similar task there.
Regards,
Igor
|
Back to Top |
|
|