How to create/edit tasks on an Exchange 2003 Server using vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to build a website which allows me to create new tasks on an
Exchange 2003 Server for any users. I also want to be able to request
the status of the taks and display it on the website. Does anybody know
how this can be done or has some code sinipplets for me? The website
would be running on a Windows 2003 Server and could access the Exchange
2003 Server via Active Directory.

Thank you a lot in advance!

Daniel
 
Hi Daniel,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to create a task
on the Exchange Server 2003 and how to get the task list using VB.NET. If
there is any misunderstanding, please feel free to let me know.

I have tried to search for a sample for you, but seems cannot find any.
However, here is a similar request. An MVP has given some reference on this
issue.

http://groups.google.com/groups?hl=zh-CN&lr=&rls=GGLD,GGLD:2004-43,GGLD:en&t
hreadm=uS9eLh6EFHA.2180%40TK2MSFTNGP10.phx.gbl&rnum=6&prev=/groups%3Fq%3DExc
hange%2B2003%2Bvb.net%2Btask%2Bcreate%26hl%3Dzh-CN%26lr%3D%26rls%3DGGLD,GGLD
:2004-43,GGLD:en%26selm%3DuS9eLh6EFHA.2180%2540TK2MSFTNGP10.phx.gbl%26rnum%3
D6

Also, you can use some 3rd party components to achieve this. WebDAV .NET
for Exchange is one of them.

http://www.independentsoft.com/

Besides posting here, you can also try to post in the following newsgroup.
I think it might be the right one for this kind of questions. Thanks!

microsoft.public.exchange.development

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top