Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exchange 5.5 to Outlook 2000
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00291845
Message ID:
00291912
Views:
25
>I have Exchange 5.5 and use Outlook 2000 (On Windows2000) - we have Ex 5.5 installed on our test server (NT4, SP6) as well. If you want me to, I will happy to test your code...

Okay, deal :) It's basically just code like this, plus a lot of Recip/Attach stuff. If the following works from vfp6 with Outlook 2000, I'm not too worried:

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.Session1.signoff
RELEASE oform
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform