Re: Public Task List
From: Henning Krause [MVP] (newsgroup.no_at_spam.infinitec.de)
Date: 02/15/05
- Next message: Konda Ankireddyapalli: "Any way to configure Exchange server 2003 to support only NTLM"
- Previous message: Henning Krause [MVP]: "Re: OWA Property Values"
- In reply to: Alexey Aksyonenko: "Re: Public Task List"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 22:49:08 +0100
Hello,
to get a start, basically you start with the connection.
Create a new Connnection and set the server, username, password and
authentication type property.
Then you can open a folder by calling connection.AddRoot(path) where path is
something like "public/myfolder" or "exchange/administrator" for the
administrator mailbox.
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Alexey Aksyonenko" <AlexeyAksyonenko@discussions.microsoft.com> wrote in
message news:9F4CD80C-601F-4844-A44A-7BD57988CD38@microsoft.com...
> Hi Henning!
> First, I greatly appreciate you making that WebDAV encapsulation
available!
> I am faced with a similar task as this one (albeit I may need to access
> individual users' task folders for creation, modification and deletion of
> tasks, as well as public ones). I was wondering, since you created the
> encapsulation, would you happen to have some example code that uses it,
even
> something basic, whether VB.NET or C#? I am rather new to Exchange
> interfaces, and I am not really certain where to begin with this.
> Greatly appreciate your help
> Alexey
>
> "Henning Krause" wrote:
>
> > Hello,
> >
> > is the Webserver on the same machine as the Exchange server?
> >
> > In that case you could use CDOEX via COM-Interop.
> >
> > Another choice could be WebDAV, which is an extension of the HTTP
protocol.
> > Thus, it only needs port 80 for communications.
> >
> > I've a free WebDAV layer, but unfortunately its yet undocumented. But
you
> > might get a clue on how to do this.
> >
(http://www.infinitec.de/pages/?page=knowledge&category=development&id=72e99
> > cb3-1b61-42da-b5bc-c03cf8cbf419)
> >
> > If you are using Form-based authentication with Exchange 2003, be aware
of
> > caveats (http://www.InfiniTec.de/link.ashx?id=IT000021)
> >
> > Another good start would be the documentation on MSDN:
> >
> > CdoEX Reference:
> >
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_esdk_reference_cdoex.asp
> > WebDAV Reference:
> >
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp
> > Examples:
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_e2k3_tasks.asp
> >
> > Greetings,
> > Henning Krause
> > ==========================
> > Visit my website: http://www.infinitec.de
> > Try my free Exchange Explorer: Mistaya
> > (http://www.infinitec.de/?page=products)
> >
> >
> > "SQL" <nospam@adfadfadf.com> wrote in message
> > news:OYSmcKZpEHA.3988@tk2msftngp13.phx.gbl...
> > > Hi,
> > >
> > > I have a shared task list (in Public Folders), that I want to populate
> > with
> > > requests from a form on a aspx page.
> > >
> > > Can someone point me in the right direction to getting started (ie. am
I
> > > using CDO, and since this is .net, do I use the COM object or is there
a
> > > namespace?)
> > >
> > > Thanks
> > >
> > >
> >
> >
> >
- Next message: Konda Ankireddyapalli: "Any way to configure Exchange server 2003 to support only NTLM"
- Previous message: Henning Krause [MVP]: "Re: OWA Property Values"
- In reply to: Alexey Aksyonenko: "Re: Public Task List"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|