Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mailto: equivalent
Message
From
25/07/2003 06:03:18
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
To
24/07/2003 23:56:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00813377
Message ID:
00813425
Views:
15
Hi Mathew,

Do you mean you want to send an e-mail using VFP?
If it is the case you can use MS Outlook Automation or MAPI ActiveX Object.

below is the MS Oulook sample:
olMailItem = 0

objOutlook = createobject("Outlook.Application")
objMail = objOutlook.CreateItem(olMailItem)

objMail.To = "emailaddress"
objMail.Display()

Rene



Hi All,


Is there a function in Visual FoxPro that works the same or equivalent to HTML's mailto: function? Thanks in advance
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform