I've done it, but just as an experiment, and don't have code anymore.  The
biggest issues I had were:

1) CF doesn't allow "nesting" with dot notation, like
    mailbox.messages[1].properties

instead you must create a new variable at each level:

  cfset mymailbox = mailbox
  cfset mymessages = mymailbox.messages

etc


2) I couldn't get CDO to let me specify a login id; it always wanted to use
the credentials of the user running the CF service.  The part of the CDO
interface that looks like it's allowing you to set the userid is only
allowing you to set the _mailbox_ name.  If you can run the CF service as a
user that has access to all mailboxes (whatever the Exchange superuser is)
you'd be all right.


-----Original Message-----
From: Dave Phillips [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 19, 2000 12:25 PM
To: [EMAIL PROTECTED]
Subject: CFObject & CDO
Importance: High


Hi all,

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
------------------------------------------------------------------------------
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.

Reply via email to