Click here to Skip to main content
15,912,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<configuration>
<appSettings>
<add key="SMTP" value="xxxx" />

<add key="EMailSendTime" value="18:20" />
<add key="QueryGeneration" value="18:00" />
</appSettings>
</configuration>


basically iam doing mail scheduling, the above code is not acurate, here can i acquire the values of EMailSendTime dynamically from an database. in code i am using this value statically,
Posted
Updated 13-Dec-11 0:51am
v2
Comments
koolprasad2003 13-Dec-11 6:52am    
added PRE tags

1 solution

 
Share this answer
 
Comments
ashok_89 13-Dec-11 6:32am    
iam asking only in vb.net sir and the stackoverflowlink,the code i cannot understand
Amir Mahfoozi 13-Dec-11 6:37am    
The code in first link is in VB.NET. consider the "Dim" keyword at the first line of that code. Even if it was in CSharp since assemblies are common between .NET languages its a very easy task to convert them to each other.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900