Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Receiving e-mail messages > The cfpop query variables PreviousNext

The cfpop query variables

Like any ColdFusion query, each cfpop query returns two variables that provide record number information:

You can reference these properties in a cfoutput tag by prefixing the query variable with the query name in the name attribute of cfpop:

<cfoutput>
This operation returned #Sample.RecordCount# messages.
</cfoutput>

Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Receiving e-mail messages > The cfpop query variables PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.