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 cfcomet site doesn't really cover this very deeply, I don't
think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Unix calendar manager, with the goal being
to keeping two calendars in sync ?
-- 
Never apply a Star Trek solution to a Babylon 5 problem.
Larry W. Virden  http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 is an excellent resource.  However, I don't know that it's what
>he wants, since it's unlikely that they're running Outlook on the
>server.
>
>---
>Billy Cravens
>Web Development, EDS
>[EMAIL PROTECTED]
>
>
>-Original Message-
>From: Will Swain [mailto:[EMAIL PROTECTED]] 
>Sent: Wednesday, 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 some help
>
>Cheers
>
>Will
>
>>-----Original Message-----
>>From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
>>Sent: 05 September 2001 15:32
>>To: CF-Talk
>>Subject: CF and Exchange Servers
>>
>>
>>HI everyone.
>>I am an intermediate CF developer in college. At work (school web team)
>
>>I was asked to look into setting up an intranet, but the uppers want to
>
>>pull stuff from an exhcange server (schedules, appointments, calendar 
>>info) for use in the intranet. Is there anyway to use CF to pull Data 
>>from an exchange server and possibly update it and send it back to the 
>>server ... all using CF.
>>
>>I would appreciate any insight anyone could offer. Thanks everyone.
>>
>>Mike Tangorre
>>--Alfred University Student--
>>FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
>>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>>
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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
else might be able to provide more information on Exchange in particular
(we
don't run exchange)...

Josh

-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 10:32 AM
To: CF-Talk
Subject: CF and Exchange Servers


HI everyone.
I am an intermediate CF developer in college. At work (school web team)
I
was asked to look into setting up an intranet, but the uppers want to
pull
stuff from an exhcange server (schedules, appointments, calendar info)
for
use in the intranet.
Is there anyway to use CF to pull Data from an exchange server and
possibly
update it and send it back to the server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Tracking #: D066E37453A1D511A0E100105A0C39A4DBB7BE9C
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF and Exchange Servers

2001-09-05 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 already mentioned this, but www.cfcomet.com is a great
place for help on this topic.

Good Luck!
Mark

-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 10:32 AM
To: CF-Talk
Subject: CF and Exchange Servers


HI everyone.
I am an intermediate CF developer in college. At work (school web team)
I
was asked to look into setting up an intranet, but the uppers want to
pull
stuff from an exhcange server (schedules, appointments, calendar info)
for
use in the intranet.
Is there anyway to use CF to pull Data from an exchange server and
possibly
update it and send it back to the server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF and Exchange Servers

2001-09-05 Thread Billy Cravens

CFComet is an excellent resource.  However, I don't know that it's what
he wants, since it's unlikely that they're running Outlook on the
server.

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Will Swain [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 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 some help

Cheers

Will

>-Original Message-
>From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
>Sent: 05 September 2001 15:32
>To: CF-Talk
>Subject: CF and Exchange Servers
>
>
>HI everyone.
>I am an intermediate CF developer in college. At work (school web team)

>I was asked to look into setting up an intranet, but the uppers want to

>pull stuff from an exhcange server (schedules, appointments, calendar 
>info) for use in the intranet. Is there anyway to use CF to pull Data 
>from an exchange server and possibly update it and send it back to the 
>server ... all using CF.
>
>I would appreciate any insight anyone could offer. Thanks everyone.
>
>Mike Tangorre
>--Alfred University Student--
>FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
Knowledge Base and Developer Network documentation.  Look for the Exchange
schema.

Russel

> -Original Message-
> From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 05, 2001 9:32 AM
> To: CF-Talk
> Subject: CF and Exchange Servers
>
>
> HI everyone.
> I am an intermediate CF developer in college. At work (school web team) I
> was asked to look into setting up an intranet, but the uppers want to pull
> stuff from an exhcange server (schedules, appointments, calendar info) for
> use in the intranet.
> Is there anyway to use CF to pull Data from an exchange server
> and possibly
> update it and send it back to the server ... all using CF.
>
> I would appreciate any insight anyone could offer. Thanks everyone.
>
> Mike Tangorre
> --Alfred University Student--
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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: 
http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?conte
ntid=28000408

Important thing to note is that there's a lot of info out there, but
it'll probably be mostly for ASP and VB.  Easily converted to CF,
however.

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 05, 2001 9:32 AM
To: CF-Talk
Subject: CF and Exchange Servers


HI everyone.
I am an intermediate CF developer in college. At work (school web team)
I was asked to look into setting up an intranet, but the uppers want to
pull stuff from an exhcange server (schedules, appointments, calendar
info) for use in the intranet. Is there anyway to use CF to pull Data
from an exchange server and possibly update it and send it back to the
server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Exchange Servers


HI everyone.
I am an intermediate CF developer in college. At work (school web team) I
was asked to look into setting up an intranet, but the uppers want to pull
stuff from an exhcange server (schedules, appointments, calendar info) for
use in the intranet.
Is there anyway to use CF to pull Data from an exchange server and possibly
update it and send it back to the server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
else might be able to provide more information on Exchange in particular (we
don't run exchange)...

Josh

-Original Message-
From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 10:32 AM
To: CF-Talk
Subject: CF and Exchange Servers


HI everyone.
I am an intermediate CF developer in college. At work (school web team) I
was asked to look into setting up an intranet, but the uppers want to pull
stuff from an exhcange server (schedules, appointments, calendar info) for
use in the intranet.
Is there anyway to use CF to pull Data from an exchange server and possibly
update it and send it back to the server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Tracking #: D066E37453A1D511A0E100105A0C39A4DBB7BE9C


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF and Exchange Servers

2001-09-05 Thread Will Swain

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 some help

Cheers

Will

>-Original Message-
>From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
>Sent: 05 September 2001 15:32
>To: CF-Talk
>Subject: CF and Exchange Servers
>
>
>HI everyone.
>I am an intermediate CF developer in college. At work (school web team) I
>was asked to look into setting up an intranet, but the uppers want to pull
>stuff from an exhcange server (schedules, appointments, calendar info) for
>use in the intranet.
>Is there anyway to use CF to pull Data from an exchange server and possibly
>update it and send it back to the server ... all using CF.
>
>I would appreciate any insight anyone could offer. Thanks everyone.
>
>Mike Tangorre
>--Alfred University Student--
>FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF and Exchange Servers

2001-09-05 Thread Tangorre, Michael T.

HI everyone.
I am an intermediate CF developer in college. At work (school web team) I
was asked to look into setting up an intranet, but the uppers want to pull
stuff from an exhcange server (schedules, appointments, calendar info) for
use in the intranet.
Is there anyway to use CF to pull Data from an exchange server and possibly
update it and send it back to the server ... all using CF.

I would appreciate any insight anyone could offer. Thanks everyone.

Mike Tangorre
--Alfred University Student--
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists