User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
521
522
523
524
525
526
527
528
529
530
CreateO
bject
52
9
Usage
The following example creates the Windo
ws
Collaborative Data Objects (CDO) for NTS
N
ewMail object to send mail. Y
o
u would use
this code within a
cfscript
tag.
Mailer = CreateObject("COM", "CDONTS.NewMail");
1
...
...
527
528
529
530
531
...
...
1108