Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to put mail in OE or OEX from VFP6?
Message
From
27/01/2003 06:02:12
 
 
To
27/01/2003 05:07:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00745656
Message ID:
00745663
Views:
22
Rolf, one of the easiest solutions I have found is from West Wind Connections using their wwIPStuff library. You can download a trial version from http://www.west-wind.com/wwIPStuff.asp


Sample code for the help:

o=CREATEOBJECT("wwIPStuff")

o.cMailServer="mail.yourmailserver.net"
o.cSenderEmail="rstrahl@west-wind.com"
o.cSenderName="Rick Strahl"

o.cRecipient="somebody@sweat.com,another@bust.com"
o.cCCList="rstrahl@east-wind.com,looser@nobody.com"
o.cBCCList="fred@flintstone.com"
o.cSubject="wwIPStuff Test Message"
o.cMessage="Who said this had to be difficult?"


>Hi,
>
>I have taken a look at some of the doc. about how to send email from a vfp app, but am afraid I haven’t gained sufficient insight.
>
>Basically, what I want to do is to put mail into the Outlook or Outlook Express Outbox, leaving the actual transmission to the ISP mailserver to be taken care of later.
>
>It seems to me that this ought not to be difficult, but I can’t say the references to MAPI et cetera has enabled me to really get going.
>
>Can anyone help me? I am presently using VFP6.0
>
>Rolf
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform