I checked the livedocs, but saw nothing on sort. If I do a simple query to pull the appointments from my calendar from now until next week, I get:
Tue 2/05/08 1:00 PM Shelia farewell reception Mon 2/04/08 12:00 PM Russel Meeting Fri 2/08/08 9:00 AM Check Morale Letters Tue 2/05/08 6:30 PM Dinner w/Ameriprise As you can see they're not in any discernable order. Jason [EMAIL PROTECTED] -----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 2:55 PM To: CF-Talk Subject: RE: cfexchange Sorting It's been a while since I used the tags, but I thought they were sorted in date received/date sent. Regardless, you can re-sort them using a Query of Query. M!ke -----Original Message----- From: Jason Sehlmeyer [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 1:32 PM To: CF-Talk Subject: cfexchange Sorting I realize CF8 is fairly new, so the lack of documentation is understandable, but I'm having issues with multiple cfexchange tags when it comes to sorting by dates. I didn't see any 'sort' keyword to allow the sorting of the queries, can anyone help? Specifically I have: <cfexchangemail action="get" name="myMail" folder="Inbox" connection="exchangecon"> <cfexchangefilter name = "TIMERECEIVED" from="#lastWeek#" to="#rightNow#"> </cfexchangemail> This will show me the emails, but they're in no particular order (that I can figure out). How are you guys sorting these so they're in a logical (chronological) order? The same goes for appointments when using cfexchangecalendar. Thanks, Jason ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297957 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

