thenmozhi.gopalakrishnan@gmail.com wrote in news:1160627790.984533.200580
@m73g2000cwd.googlegroups.com:
> I have succeeded in creating and sending task requests
> programatically(with this as reference
> http://peach.ease.lsoft.com/archives/mapi-l.html). But I face problems
> when I click the accept/decline buttons of the task request. Outlook
> 2003 crashes when I try to accept/decline.
There's a typo in the first message I posted there -- the 'link' property
is 0x8519, not 0x851a. If the link stuff isn't set up properly, the
recipient's Outlook can crash like you're seeing, so that's one thing to
check.
-- dan
thenmozhi.gopalakrishnan@gmail.com - 13 Oct 2006 07:53 GMT
Thanks for your quick reply Dan.
I went through all the messages in that thread.
I had changed that property also to 0x8519.
But still I'm having problem.....
I think I'm missing out some other property....
Can u please help me out?
Thanks.
thenmozhi.gopalakrishnan@gmail.com - 13 Oct 2006 10:42 GMT
And another doubt I have is whether the task is getting attached to the
task request properly. Is there any property to be set for this other
than those you had mentioned in your posts? I'm doing all these using
WebDAV.
Thanks.
Dan Mitchell - 13 Oct 2006 18:39 GMT
thenmozhi.gopalakrishnan@gmail.com wrote in news:1160732572.404394.255980
@f16g2000cwb.googlegroups.com:
> And another doubt I have is whether the task is getting attached to the
> task request properly. Is there any property to be set for this other
> than those you had mentioned in your posts? I'm doing all these using
> WebDAV.
Sorry, I know basically nothing about WebDAV, and attaching messages to
other messages is tricky even with APIs that I do understand.
You could try using MDBView / MFCMAPI to check the mail that the
recipient gets before opening it in Outlook, that would let you make sure
that the attached message is there. (because it's hidden so Outlook itself
won't show it).
-- dan