> I'm curious if anyone out there has tried to use CFOBJECT to
> connect to the CDO COM model and pull information from
> Microsoft Exchange. If so, can you pass on any tips, tricks,
> or caveats that I might need to be aware of? I'm getting
> ready to delve into the process.
You'll most likely end up using wrappers, rather than addressing CDO
directly with CFOBJECT. I haven't been using CDO specifically, but it's very
similar to ADSI, and I couldn't use ADSI very well from CFOUTPUT directly.
You can write wrappers in the Windows language of your choice, though. I'm
using Windows Script Host. You can actually build COM objects using WSH and
call those from CF, although I've been using command-line execution of WSH
files, generally.
You might want to get a book describing how to use CDO from ASP; you'll do
the same things from WSH. I like "ADSI CDO Programming with ASP", from Wrox
Press. You might also want to get a WSH book, if you're going to use that.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.