exchangefreaks.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WebNav support for exchange2003 Tasks

 
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Applications
Author Message
Chuck



Joined: 05 Aug 2007
Posts: 2

PostPosted: Tue Feb 26, 2008 12:44 pm    Post subject: WebNav support for exchange2003 Tasks Reply with quote

Hello,

I am in the middle of developing a client application that is required to
syncronize Exchange2003 data with the client application's SQLserver2005
data store.

After researching the various API available to Add/Change/Delete/Retrieve
ExchangeServer2003 data remotely, I have begun to program this feature of my
application using WebNav HttpRequests and HttpResponses.

I am able to sucessfully sync exchange2003 calendar and email items, but
when I started to program exchange tasks, I found that there is apparnetly no
WebNav support for exchange2003 Tasks.?.

Can someone please give me some insite into how I can
Add/Change/Delete/Retrieve Exchange2003 tasks from a remote client
applicatoin. I would prefer to do it through the WebNav API, but if that is
not possible, then can you please let me know of any alternative API mehods
that I can use to have this functionality ?

--
Chuck

Archived from group: microsoft>public>exchange>applications
Back to top
View user's profile Send private message
Henning Krause [MVP - Exc



Joined: 05 Aug 2007
Posts: 142

PostPosted: Wed Feb 27, 2008 3:03 am    Post subject: Re: WebNav support for exchange2003 Tasks Reply with quote

Hi Chuck,

I assume you are using WebDAV, not WebNAV Smile

Tasks are officially only supported with Outlook Automation or Exchange 2007
WebServices. That said, you easily manipulate tasks once you know which
properties to set.

You can find some infos on http://www.cdolive.com/cdo10.htm.

If you take a look at my website (http://www.infinitec.de), you will find a
program called Mistaya there - It can help you to discover the necessary
properties. Outlook Spy is another option.

And in my WebDAV library (available with source from my website) contains a
file called WellknownProperties.cs.

It contains WebDAV property definitions for nearly the complete Outlook
Object model.

Kind regards,
Henning Krause

"Chuck" wrote in message @microsoft.com...
> Hello,
>
> I am in the middle of developing a client application that is required to
> syncronize Exchange2003 data with the client application's SQLserver2005
> data store.
>
> After researching the various API available to Add/Change/Delete/Retrieve
> ExchangeServer2003 data remotely, I have begun to program this feature of
> my
> application using WebNav HttpRequests and HttpResponses.
>
> I am able to sucessfully sync exchange2003 calendar and email items, but
> when I started to program exchange tasks, I found that there is apparnetly
> no
> WebNav support for exchange2003 Tasks.?.
>
> Can someone please give me some insite into how I can
> Add/Change/Delete/Retrieve Exchange2003 tasks from a remote client
> applicatoin. I would prefer to do it through the WebNav API, but if that
> is
> not possible, then can you please let me know of any alternative API
> mehods
> that I can use to have this functionality ?
>
> --
> Chuck
Back to top
View user's profile Send private message
Chuck



Joined: 05 Aug 2007
Posts: 2

PostPosted: Wed Feb 27, 2008 3:24 pm    Post subject: Re: WebNav support for exchange2003 Tasks Reply with quote

Henning,

Thanks for the response. I am looking into exverything on your site.
In the meantime, any idea why this C# request wouldnt work to create a task.?.

Thanks in advance. Chuck


strApptRequest = ""
+ " + "xmlns:d=\"DAV:\" "
+ "xmlns:e=\"http://schemas.microsoft.com/exchange/\" "
+ "xmlns:c=\"urn:schemas-microsoft­com:datatypes\" "
+ "xmlns:f=\"urn:schemas:mailheader:\" "
+ "xmlns:g=\"urn:schemas:httpmail:\" "
+
"xmlns:h=\"http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/>"
+ ""
+ ""
+ "urn:content-classes:task"
+ "IPM.Task"
+ "Web Example Task"
+ "Body-Text goes here"
+ ".25"
+ "1"
+ "2008-02-05T13:30:00.00Z"
+ ""
+ ""
+ "";
Back to top
View user's profile Send private message
Henning Krause [MVP - Exc



Joined: 05 Aug 2007
Posts: 142

PostPosted: Thu Feb 28, 2008 4:29 am    Post subject: Re: WebNav support for exchange2003 Tasks Reply with quote

Hello Chuck,

I would suggest changing those

.25"

to

.25

and your namespace prefixed c should be

urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/

instead of

urn:schemas-microsoft­com:datatypes

Kind regards,
Henning Krause




"Chuck" wrote in message @microsoft.com...
> Henning,
>
> Thanks for the response. I am looking into exverything on your site.
> In the meantime, any idea why this C# request wouldnt work to create a
> task.?.
>
> Thanks in advance. Chuck
>
>
> strApptRequest = ""
> + " > + "xmlns:d=\"DAV:\" "
> + "xmlns:e=\"http://schemas.microsoft.com/exchange/\" "
> + "xmlns:c=\"urn:schemas-microsoft­com:datatypes\" "
> + "xmlns:f=\"urn:schemas:mailheader:\" "
> + "xmlns:g=\"urn:schemas:httpmail:\" "
> +
> "xmlns:h=\"http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/>"
> + ""
> + ""
> + "urn:content-classes:task"
> + "IPM.Task"
> + "Web Example Task"
> + "Body-Text goes here"
> + ".25"
> + "1"
> + " > c:dt=\"dateTime.tz\">2008-02-05T13:30:00.00Z"
> + ""
> + ""
> + "";
>
>

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Applications to Support Newsletter Publishing Normally when you send out a Newsletter, or email to a sensitive list like suppliers or customers, you want the To: field of each recipient's email to be customized with their name appearing as the only name. That requires special support at your mail

exchange 2007 WMI and MAPI support Hi All, I installed Exchange 2007 Beta 2 today and found that WMI class support is not there for Exchange!!! And even to use MAPI we have to install to get required libraries. Any idea will this be the same case in Exchange 2007 rele

How to know information of Deleted appointments/tasks Is there any way to find the IDs of deleted in outlook through vb.net. Please advice. Atul Saxena

CDO requirements and Sending outlook tasks NEED HELP Hi, I am trying to send an outlook task from an asp page. My first question is Do I need to install anything special on my exchange server. All Im doing right now is trying to create the CDO object and I get this error. Error Type: Microsoft VBScript runt

Question on Exchange tasks namespace I have a silly question. What does the value mean? thanks, Luis
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Applications All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group