Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to send e-mail from Visual FoxPro
Message
From
21/11/2018 07:42:13
 
 
To
21/11/2018 06:24:09
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01663591
Message ID:
01663597
Views:
61
>>>I'm developing a VFP9 app and it needs to send email (simple or with a file attached) with a free tool or free library. I remember several years ago (2009) when there were some tools that worked (although I don't remember their names). I'd like to use my gmail account for testing (but not using gmail client).
>>>
>>>One (less desired) alternative would be to use Outlook in the background (without showing it on screen).
>>>
>>>TIA
>>
>>I would avoid using Outlook, because as soon as clients install Office 64bit it would not work.
>>
>>I attempted to write a 64bit wrapper application in NET to be used from VFP, but that comes with a lot of hurdles. In the end I used CDO.
>
>If you use OLE it shouldn't be an issue, should it?
>
>
lo = CREATEOBJECT("Outlook.application")
>...
>
>The interface there is transparent between 32-bit and 64-bit, isn't it?

No, I thought so too, but this only works with 64 bit Word or Excel.

Outlook apparently does not work, unless someone has another experience?
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform