Reading a HTML resource file using asp .net

ritSegessager

New Member
I am trying to write a windows services that will generate email based on HTML templates. I want my HTML templates to be included in my project as resources. Do i have read these these template files as using filestreams or are there built in C# functions to read these files as resources.Is there better way to use HTML files as templates for generating emails in asp .netThanksSCS
 
Back
Top