Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to send Outlook
Message
De
24/07/2006 02:27:51
 
 
À
24/07/2006 01:06:09
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01139039
Message ID:
01139049
Vues:
14
>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

One solution is to use Outlook Redemption, check out http://www.dimastr.com/redemption/. Also see thread# 1134017 for other solutions.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform