RE: cf and exchange

2003-01-09 Thread webguy
You chould have a look at CDO http://www.microsoft.com/exchange/techinfo/development/55/CDO.asp although COM is a little slow/crap in MX. One why around this is to create web services in .NET and use them from CF MX. Also J.J. blogged something about this recently...

RE: cf and exchange

2003-01-09 Thread Luis Lebron
I use cfpop and cfmail with our exchange server. I haven't had any trouble with them. Luis -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:09 PM To: CF-Talk Subject: cf and exchange Anyone ever use CF to read mail off an exchange

RE: cf and exchange

2003-01-09 Thread Turetsky, Seth
, January 09, 2003 8:37 AM To: CF-Talk Subject: RE: cf and exchange I use cfpop and cfmail with our exchange server. I haven't had any trouble with them. Luis -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:09 PM To: CF-Talk Subject

RE: cf and exchange

2003-01-09 Thread Dave Watts
I would like to stick with Cf if possible to do this. But I'm not even sure if it is at our company, do you know what service needs to be running on exchange for cfpop to work Just connect to the Exchange server with any POP3 client, and see if that works. If it does, you should be able to

RE: CF and Exchange Servers

2001-09-07 Thread Will Swain
Is it not possible then to use COM to interact with exchange server?? I thought some of the examples on cfcomet might help?? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 16:22 To: CF-Talk Subject: RE: CF and Exchange Servers CFComet

RE: CF and Exchange Servers

2001-09-07 Thread Mark Stewart
Study... Ben Forta also has a book on the subject - http://www.forta.com/books/0789725657/ Mark -Original Message- From: Josh Remus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 10:36 AM To: CF-Talk Subject: RE: CF and Exchange Servers I've done things with pulling

Re: CF and Exchange Servers

2001-09-07 Thread Larry W. Virden
From: Josh Remus [mailto:[EMAIL PROTECTED]] I've done things with pulling items (calendars, appointments, etc.) from Outlook, it may very well be possible from Exchange directly, though I Has anyone written any tools to pull calendars from Outlook/Exchange and then work with that info and a

RE: CF and Exchange Servers

2001-09-07 Thread Dave Watts
Is it not possible then to use COM to interact with exchange server?? I thought some of the examples on cfcomet might help?? It is possible to do this, although it may turn out to be difficult. You can interact with Exchange through the ADSI and CDO libraries, which are COM libraries. The

RE: CF and Exchange Servers

2001-09-06 Thread Mark Stewart
I don't know your particular situation, but I can say that once I discovered SharePoint and Team Services - http://www.microsoft.com/sharepoint/ - I'll never build another intranet. Don't get me wrong, I love using CF, but when there's something better out there - go with it. I believe someone

RE: CF and Exchange Servers

2001-09-05 Thread Josh Remus
I've done things with pulling items (calendars, appointments, etc.) from Outlook, it may very well be possible from Exchange directly, though I haven't tried that. I used COM objects to pull change this stuff. Check out www.cfcomet.com and look under Outlook for that info. Perhaps someone

RE: CF and Exchange Servers

2001-09-05 Thread BT
Please reference CFLDAP and the following: http://www.cfcomet.com/cfcomet/exchange_server/ http://www.cfmcentral.com/tips/gettip.cfm?id=8 -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 10:32 AM To: CF-Talk Subject: CF and

RE: CF and Exchange Servers

2001-09-05 Thread Billy Cravens
Exchange 2000 uses Web Storage System for storing all information. I know you can access it through CF, either through COM or ADSI (which in CF would require a middle-tier COM object that is relatively simple to write) Here's a start:

RE: CF and Exchange Servers

2001-09-05 Thread Russel Madere
I have one observation. Use CFLDAP. I did this years ago and have forgotten the specifics, but I was able to use the CFLDAP tag to pull and update records from the corporate Exchange 5.5 server at a previous employer. I can't give specifics, but I remember I did a lot of reading in the MS

RE: CF and Exchange Servers

2001-09-05 Thread Billy Cravens
, September 05, 2001 9:40 AM To: CF-Talk Subject: RE: CF and Exchange Servers Hi Mike, I haven't done anything with Exchange, but have a look at www.cfcomet.com which has a lot of useful info on using COM with CF. I know for example that it is possible to make entries Outlook tasks etc. Hope thats