PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Outlook 2003 and Custom MAPI Forms (0x800706F4)

Reply

Outlook 2003 and Custom MAPI Forms (0x800706F4)

 
Thread Tools Rate Thread
Old 19-10-2003, 11:08 PM   #1
Anton Lauridsen
Guest
 
Posts: n/a
Default Outlook 2003 and Custom MAPI Forms (0x800706F4)


Hi

I have a custom MAPI form, it worked well in Outlook 2K up to and including
Outlook 2003 Beta 2. but now I am testing it with the Outlook 2003 RTM
edition, and it is a no go.

The item I get handed via IPersistMessage::InitNew and
IPersistMessage::Load, IPersistMessage::Save, does not respond very well to
method calls other than the QI methods. some methods return 0xC0000005
others return E_INVALIDARG or 0x800706F4.

Does anybody have have a hint about what is going on ?

/anton

ps. I get the same return codes, when trying to access the item via the
message site.


  Reply With Quote
Old 20-10-2003, 03:49 PM   #2
Anton Lauridsen
Guest
 
Posts: n/a
Default Re: Outlook 2003 and Custom MAPI Forms (0x800706F4)

Some more information, I have determined that it works on some computers,
the only difference I can discern is that it does not work on computers
where Office 2003 Beta 2 has been installed, on computers that have never
"seen" a beta edition of Outlook 2003 everything seems to work.

"Anton Lauridsen" <antoncl do not spam me at hotmail> wrote in message
news:%239yH10olDHA.2364@TK2MSFTNGP11.phx.gbl...
> Hi
>
> I have a custom MAPI form, it worked well in Outlook 2K up to and

including
> Outlook 2003 Beta 2. but now I am testing it with the Outlook 2003 RTM
> edition, and it is a no go.
>
> The item I get handed via IPersistMessage::InitNew and
> IPersistMessage::Load, IPersistMessage::Save, does not respond very well

to
> method calls other than the QI methods. some methods return 0xC0000005
> others return E_INVALIDARG or 0x800706F4.
>
> Does anybody have have a hint about what is going on ?
>
> /anton
>
> ps. I get the same return codes, when trying to access the item via the
> message site.
>
>



  Reply With Quote
Old 23-10-2003, 04:05 PM   #3
Uwe Kurze
Guest
 
Posts: n/a
Default Re: Outlook 2003 and Custom MAPI Forms (0x800706F4)

i've a similar problem (only )with outlook 2003 and mapi forms:

- i retrieve valid pointers for LPMAPIMESSAGESITE lpMessageSite and
LPMESSAGE lpMessage if i call IPersistMessage::Load.
- but any call with this pointers (e.g. lpMessageSite->getSession(...),
lpMessageSite ->getStore(...) ...) fails.
- the GetLastError method returns error 0x80010105



"Anton Lauridsen" <antoncl do not spam me at hotmail> wrote in message
news:uL%233KkxlDHA.1960@TK2MSFTNGP12.phx.gbl...
> Some more information, I have determined that it works on some computers,
> the only difference I can discern is that it does not work on computers
> where Office 2003 Beta 2 has been installed, on computers that have never
> "seen" a beta edition of Outlook 2003 everything seems to work.
>
> "Anton Lauridsen" <antoncl do not spam me at hotmail> wrote in message
> news:%239yH10olDHA.2364@TK2MSFTNGP11.phx.gbl...
> > Hi
> >
> > I have a custom MAPI form, it worked well in Outlook 2K up to and

> including
> > Outlook 2003 Beta 2. but now I am testing it with the Outlook 2003 RTM
> > edition, and it is a no go.
> >
> > The item I get handed via IPersistMessage::InitNew and
> > IPersistMessage::Load, IPersistMessage::Save, does not respond very well

> to
> > method calls other than the QI methods. some methods return 0xC0000005
> > others return E_INVALIDARG or 0x800706F4.
> >
> > Does anybody have have a hint about what is going on ?
> >
> > /anton
> >
> > ps. I get the same return codes, when trying to access the item via the
> > message site.
> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off