Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using MAPI Controls without a Form
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00705905
Message ID:
00705928
Views:
10
Thanks for the help. I tried that, and I got a Program Error "Object class is invalid for this container." Any suggestions?

>Try
>oSession = NewObject("MAPISess","MAPIClas.vcx")
>oMessage = NewObject("MAPIMsgs","MAPIClas.vcx")
>
>>Is there any way to use MAPI in a stand-alone VFP 6.0 compiled .exe (no forms - no user interface) to email updated files. I've done this within a form before by starting out like this...
>>
>>ThisForm.NewObject("Session1","MAPISess","MAPIClas.vcx")
>>ThisForm.NewObject("Message1","MAPIMsgs","MAPIClas.vcx")
>>
>>Of course, code like the above apparently cannot be used outside of a form because it generates the following error: "Program Error THISFORM can only be used within a method." Would appreciate any advice. TIA.
Chuck Henry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform