Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mailto: equivalent
Message
De
25/07/2003 06:03:18
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
24/07/2003 23:56:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00813377
Message ID:
00813425
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform