I did a form that try to send an email with some attachments.

It works great under W98 2nd edition.
In Win 2000 in some workstation it said that the class was not registered. I registered using regserv etc.. and it is not working properly I always get the same message, the class was not registered.

In other WK under Win 2000 I got an error message in the following line.

oform.Message1.send(1)

the error was: exception code OLE dispacht 0 de MAPImessages. Unespecified failure has occurred.

I do not know what to do.

The aim of my program was to built a form that run in almost any environment (Win 98, 2000, XP, etc) using Outlook Express.

Any advice will be welcome

Thanks in advance

Mariano

RE: MSMAPI question by Leemi

Leemi
Tue Jun 22 16:41:45 CDT 2004

Hi Mariano:

Take a look at this article and see if it helps. It describes the error
you mention when trying to send multiple attachments.

http://support.microsoft.com/default.aspx?scid=KB;EN-US;181899


I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>I did a form that try to send an email with some attachments.

>It works great under W98 2nd edition.
>In Win 2000 in some workstation it said that the class was not registered.
I registered using >regserv etc.. and it is not working properly I always
get the same message, the class was not >registered.

>In other WK under Win 2000 I got an error message in the following line.

> oform.Message1.send(1)

>the error was: exception code OLE dispacht 0 de MAPImessages. Unespecified
failure has >occurred.

>I do not know what to do.

>The aim of my program was to built a form that run in almost any
environment (Win 98, 2000, >XP, etc) using Outlook Express.

>Any advice will be welcome

>Thanks in advance

>Mariano