/t5/coldfusion-discussions/how-to-output-exchange-server-info/td-p/874187Oct 22, 2008
Oct 22, 2008
Copy link to clipboard
Copied
I have a page where I am connecting to a microsoft exchange
server to retrieve my calendar information. How do you output this
information so I can make my own tables with the information? If I
do a cfdump var="#mycalendar#"> I get all of the information but
in the cfdump created tables. How do I get each column variable so
I can build it into my website?
/t5/coldfusion-discussions/how-to-output-exchange-server-info/m-p/874189#M80659Oct 22, 2008
Oct 22, 2008
Copy link to clipboard
Copied
The data returned from the CFEXCHANGE tags are query objects.
You can use CFOUTPUT or CFLOOP to loop over the records in the
query just like a database-originated query.