MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual page 800

Developing coldfusion mx applications
Table of Contents

Advertisement

Save the file as header_only.cfm in the myapps directory under your web_root and view it in
3
your web browser:
This code retrieves the message headers and stores them in a
For more information about working with record set data, see
Queries," on page
The ColdFusion function
such as the less than (<) and greater than (>) signs that can surround detailed e-mail address
information, with escaped characters such as
In addition, you can process the date returned by
argument for converting POP date/time objects into a CFML date-time object.
You can reference any of these columns in a
<cfoutput>
#ParseDateTime(queryname.date, "POP")#
#HTMLCodeFormat(queryname.from)#
#HTMLCodeFormat(queryname.messageNumber)#
</cfoutput>
For information on these ColdFusion functions, see CFML Reference.
800
Chapter 35: Sending and Receiving E-Mail
451.
HTMLEditFormat
cfpop
Chapter 22, "Using Query of
replaces characters that have meaning in HTML,
and
.
&lt;
&gt;
with
cfpop
ParseDateTime
tag, as the following example shows:
cfoutput
record set called Sample.
, which accepts an

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents