CFPOP Sort Order
Hi All! Is there a trick for sorting the email messages by newest first instead of oldest first? I have the CFPOP working fine - I just want to only pull out the most recent 35 or so.
<cfpop action="getheaderonly"
name="qGetMessages" startrow="1" maxrows="35"
server="#Pop_Server#"
username="#Pop_Username#"
password="#pop_password#">
Do I need another query in addition to this one? Any ideas are much appreciated.
