Reply,forward error

R

Ramazan

Hi,
I have written addin for outlook 2000. I catching mapi on onOpen()
callback and modify mail content. Then i show mail with
MapiSession::showForm() method. Till this point everything is ok.
But when i click Reply or Forward on mail form it gives error like
this
"Service provider is not supported by the process could not be
completed."
It is working correctly on outlook 2003.
How can i solve this ?
Thanks in advance
Ramazan
 
R

Ramazan

There is not special reason.
I have began with mapi. i have modified content of LPMESSAGE .
If i try with MailItem.display , will it be work correctly ?
Ramazan
 
D

Dmitry Streblechenko

Yes, it should.
MAPI forms are implements by outlook.exe, but the MAPI form functionality
(not the most widely used area in MAPI) does not get the proper attention,
to put it mildly.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

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