7
proggs
опубликовано 217 дн., 6 ч., 6 мин. назад продвинуто farooqkaiserfarooqkaiser 218 дн., 6 ч., 20 мин. назад
Thursday, January 28, 2010 6:48:32 PM GMT Wednesday, January 27, 2010 6:34:53 PM GMT

In this article, i will examined how to build template to store email data such as body and subject. The template is an XML file that will store the static text with dynamic Tags. The dynamic tags are just like variables that get replaced by the real data. Here is a sample template. 1: 2:

Now, i will load the template in C# and Tags will be replaced with Real Data. Here is C# sample code. 1: XmlDocument xdox = new XmlDocument(); 2: xdox.Load(Template); // Load your template here 3:string...

Комментариев нет, оставьте первый комментарий.

Чтобы послать комментарий, пожалуйста войдите или зарегистрируйтесь