Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook 2003 e-mail sending confirmation
Message
De
29/04/2008 07:34:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Outlook 2003 e-mail sending confirmation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01313743
Message ID:
01313743
Vues:
54
Hi

I use this code to send e-mails via MS Office Outlook in my application:

oOutlook = Createobject("Outlook.Application")

oMailltem = oOutlook.Createitem(0)

With oMailltem
.To = ALLTRIM(email.destinatar)
.Subject = ALLTRIM(email.Asunto)
.Body = ALLTRIM(email.cuerpo)
.Attachments.add(ALLTRIM(email.attach))
.send()
Endwith

If the machine has Outlook 2000, there is no problem.
If the machine has Outlook 2007, there is no problem also.
If the machine has Outlook 2003, Outlook ask for sending confimation.

Does anybody know how to avoid this in Outlook 2003?. I need it because my application must run in autonomous mode.

Thanks in advance

Carlos
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform