Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to send Outlook
Message
De
24/07/2006 01:06:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
How to send Outlook
Divers
Thread ID:
01139039
Message ID:
01139039
Vues:
62
Hi Toall,


im using this code to send my email but outlook always ask me to allow access for 1,2,3..etc mins of accessing, my problem is how to remove this popup message and automatically send it?
oOUTLOOK= Createobject('outlook.application')
omail=oOUTLOOK.createitem(0)
omail.recipients.add("raquino@sldeasia.com")
omail.subject = "Hello World"
omail.body = "Kamusta, Mabuhay"
omail.send
thanks in advance
ryan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform