Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI problem on WIN ME
Message
From
03/11/2002 07:11:43
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MAPI problem on WIN ME
Miscellaneous
Thread ID:
00718271
Message ID:
00718271
Views:
70
I got a old version program which runs fine on Window 98 . However, as i change the OS into Window ME. it can't use the MSMAPI object.
Please Help. I read the posted message and try "mampmail" from nbcsoftware. But I still got the same problem .

The following is my code:-
oform = CreateObject("form")
oform.addobject("Session1","olecontrol","MSMAPI.mapiSession")
oform.addobject("Message1","olecontrol","MSMAPI.mapiMessages")
oform.Session1.signon
oform.Message1.sessionid = oform.Session1.sessionid
oform.Message1.compose
oform.Message1.msgsubject = pSubject
oform.Message1.msgnotetext = pMsg
oform.Message1.RecipDisplayName = pTo
oform.Message1.send(0)
oform.Session1.signoff
release oform

Pls Help
Next
Reply
Map
View

Click here to load this message in the networking platform