Posted on: 8/26/2014 6:14:37 PM | Views : 375

Hi Guys,

I have not idea what is going on here,
When I look at the source of my email I get this:
This email is to inform you that a new Pricing agreement needs a Price
<br> Located at <a href="http://testsite/Lists/SRSG%20Event/DispForm.aspx?id=" 1="" link="" goeshere<="" a="">

but anyway my code:
 
string fieldValue = oListItem["fieldValue"].ToString(); string fieldValue2 = oListItem["fieldValue2"].ToString(); string fieldValueID = oListItem["ID"].ToString(); if (fieldValue2 == "Something to compair here" && startDate <= now && now <= endDate || fieldValue2 == "something else to compair here") ...

Go to the complete details ...