";
objMail.Subject = "Email Response Form - London Apartments";
objMail.HtmlBody = message;
// enable HTML email
//objMail.MailFormat = 0
//objMail.BodyFormat = 0
// send email
bResult = objMail.Send();
// delete email
delete objMail;
%>
<%= "Thank you for your interest, we will contact you shortly
" %>
<% } //message
%>
<% } %>