Invitation not sent but Appointment created successfully on Ms.Exchange 2003

L

lanes balik

Hi all,

I really confuse right now, because i develop a web application talking to
Ms.Exchange 2003 via webDAV, but only half success (50% success).

Ok, this my objective:
I created an appointment as well as invite some users (attendees) from my
web application.

The appointment is successfully created and can be seen in Outlook Calendar.
But no invitation is sent to the attendees. This is quite strange, since if
i create an appointment directly from Outlook Calendar and do invite some
users (attendees), after i click send, then the appointment is created and a
message will be sent to each attendees (users).

Am i doing wrong?

Ok, below is my XML file :

<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:mapi="http://schemas.microsoft.com/mapi/"
xmlns:mapit="http://schemas.microsoft.com/mapi/proptag/"
xmlns:x="xml:" xmlns:cal="urn:schemas:calendar:"
xmlns:dt="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"
xmlns:header="urn:schemas:mailheader:"
xmlns:mail="urn:schemas:httpmail:">
<g:set>
<g:prop>

<g:contentclass>urn:content-classes:appointment</g:contentclass>
<e:eek:utlookmessageclass>IPM.Appointment</e:eek:utlookmessageclass>
<mail:subject>10 invitation & meeting by user 8</mail:subject>
<mail:htmldescription>This is another testing attempt. no.8 (if
other user see this, then it will be good :) ..)</mail:htmldescription>
<cal:location>Singalab office</cal:location>
<cal:dtstart dt:dt="dateTime.tz">2008-07-02T06:30:00.
000Z</cal:dtstart>
<cal:dtend dt:dt="dateTime.tz">2008-07-02T14:30:00.
000Z</cal:dtend>
<cal:instancetype dt="int">0</cal:instancetype>
<cal:busystatus>BUSY</cal:busystatus>
<cal:meetingstatus>CONFIRMED</cal:meetingstatus>
<cal:alldayevent dt:dt="boolean">0</cal:alldayevent>
<cal:responserequested
dt:dt="boolean">1</cal:responserequested>
<cal:reminderoffset dt:dt="int">900</cal:reminderoffset>

<header:to>user2;user3;user4;user5;user6;user7;user8</header:to>
<mapi:finvited dt:dt="boolean">1</mapi:finvited>
</g:prop>
</g:set>
</g:propertyupdate>

url:http://www.ureader.com/gp/1072-1.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top