I keep hitting walls and it continues to place my job security on the line.
If you look over
https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup_Language/Q_26935850.html I managed to make the connection but the page displays nothing. It's blank. I have searched using various search engines but cannot find the solution that works.
Are there special display tags in ColdFusion to display the contact list or is it not retrieving the contact list at all? It will be use for our company's Intranet site we are implementing in the near future.
Here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Employee Directory</title>
</head>
<body>
<cfexchangeConnection action="open"
username="DOMAIN\myUsername"
password="xxxxxxxxxx"
mailboxName="myUsername@DOMAIN.com"
server="XXX-XXX-XXXXX.corp.DOMAIN.com" FQDM
protocol="https"
connection="test">
<cfexchangecontact action="get" name="myContacts" connection="test">
<cfexchangeConnection action="close" connection="test"/>
</body>
</html>
Could it be the "name= "myContacts"" is the wrong path?
Thanks. I really need to move forward with this for I fear it will be my last chance given to redeem myself for the job position I am in.
Our community of experts have been thoroughly vetted for their expertise and industry experience.