Re: Public Task List

From: Henning Krause [MVP] (newsgroup.no_at_spam.infinitec.de)
Date: 02/15/05


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



Relevant Pages

  • RE: Webdav Authentication
    ... credentials with your app server. ... I'm curious what you would be trying to do with WebDAV where you WOULDN'T ... | We have an application that communicates with Exchange via webdav. ... | having to store the credentials on our appserver. ...
    (microsoft.public.exchange.development)
  • Re: WebDAV mark as read?
    ... perfect with Exchange server 2003 but this is not working with Exchange ... Best Regards ... we are really newbies on webdav and struggling to make things moving.. ...
    (microsoft.public.exchange.applications)
  • Re: Receiving ldap error -17709 in Entourage on a Mac / SBS 2003
    ... Small business Server 2003 SP1 running Exchange SP1. ... The server is running IMAP4 and File services for the Macintosh. ... Entourage should connect to Exchange via WebDAV. ...
    (microsoft.public.windows.server.sbs)
  • Re: CDO Created Appointments do not show in Calendar view, though do show in By Category??
    ... > Microsoft explains similar problem with WebDAV here: ... > use our component WebDAV .NET for Exchange. ... >> I'm creating Appointments in my calendar by running some VB Code talking ... >> directly to the MS Exchange 2003 server. ...
    (microsoft.public.exchange2000.development)
  • 409 Conflict when sending mail using WebDAV
    ... from the Exchange 2003 SDK for sending a mail message using WebDAV. ... The remote server returned an error: ... I can read the messages from the mailbox using WebDAV, ... I'm using a HTTP connection and instead of using ...
    (microsoft.public.exchange.development)

Loading