Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook XP security dialogs
Message
De
05/01/2005 13:20:24
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
00964917
Message ID:
00974466
Vues:
29
If youy are using the following technique with success, then would indicate that CDO 2.0 is installed.

oMSG = CREATEOBJECT('cdo.message')
oMSG.To = 'me@nowhere.com'
oMSG.From = 'me'
oMSG.Subject = 'Hello Email'
oMSG.TextBody = 'This is an easy way to create an email'
oMSG.Send()


*---
What if I want the message save in my Sent folder in outlook/default email program?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform