|
|
|
date: Wed, 14 Jun 2006 12:39:02 -0700,
group: microsoft.public.exchange2000.development
back
Re: Using Exchange Server SDK
Hi Henning,
Thank you for the input, my requiremnent is to create the meetings and
assign it users and reading calenders on some filter conditions.
I thought we can do it through CDO in .net, is it not possible and what is
the best way to do it .
Thanks,
Ramesh
"Henning Krause [MVP - Exchange]" wrote:
> Hello,
>
> depending on the API you use, your program must run directly on the server
> or not: MAPI, WebDAV and CDO can be used remotely, but ExOleDB must be run
> locally on the server.
>
> But .NET rules out MAPI and (IMHO) CDO.
>
> With .NET you are best off with WebDAV. You don't need to to install a local
> Exchange server for that.
>
> You can find some information on WebDAV on the MSDN
> (msdn.microsoft.com/exchange). Addionally, I have a (free) WebDAV library on
> my website
> (http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx).
>
> Best regards,
> Henning Krause
>
>
> "Ramesh" wrote in message
> news:BCD388ED-E3C9-45FF-BE27-6301BC815314@microsoft.com...
> > Hi,
> >
> > We have an Microsoft 2003 Exchage server and need to create an interface
> > to
> > show of the calender events through .net page.
> >
> > On my development system do I need have exchanse server installed or is it
> > possible to connect to the exisitng exchage server and just install the
> > SDK
> > on my development system.
> >
> > Thanks,
> >
> > Ramesh
>
>
date: Wed, 14 Jun 2006 13:56:01 -0700
author: Ramesh
Re: Using Exchange Server SDK
Hello,
you can use CDO via Interop, thats right.
But I don't have much experience in that field.
Best regards,
Henning Krause
"Ramesh" wrote in message
news:23533748-0BC4-4D7C-8471-AA8DC9428384@microsoft.com...
> Hi Henning,
>
> Thank you for the input, my requiremnent is to create the meetings and
> assign it users and reading calenders on some filter conditions.
>
> I thought we can do it through CDO in .net, is it not possible and what
> is
> the best way to do it .
>
> Thanks,
> Ramesh
>
> "Henning Krause [MVP - Exchange]" wrote:
>
>> Hello,
>>
>> depending on the API you use, your program must run directly on the
>> server
>> or not: MAPI, WebDAV and CDO can be used remotely, but ExOleDB must be
>> run
>> locally on the server.
>>
>> But .NET rules out MAPI and (IMHO) CDO.
>>
>> With .NET you are best off with WebDAV. You don't need to to install a
>> local
>> Exchange server for that.
>>
>> You can find some information on WebDAV on the MSDN
>> (msdn.microsoft.com/exchange). Addionally, I have a (free) WebDAV library
>> on
>> my website
>> (http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx).
>>
>> Best regards,
>> Henning Krause
>>
>>
>> "Ramesh" wrote in message
>> news:BCD388ED-E3C9-45FF-BE27-6301BC815314@microsoft.com...
>> > Hi,
>> >
>> > We have an Microsoft 2003 Exchage server and need to create an
>> > interface
>> > to
>> > show of the calender events through .net page.
>> >
>> > On my development system do I need have exchanse server installed or is
>> > it
>> > possible to connect to the exisitng exchage server and just install the
>> > SDK
>> > on my development system.
>> >
>> > Thanks,
>> >
>> > Ramesh
>>
>>
date: Thu, 15 Jun 2006 11:25:58 +0200
author: Henning Krause [MVP - Exchange]
|
|