Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook XP security message
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Outlook XP security message
Divers
Thread ID:
00527297
Message ID:
00527297
Vues:
50
When running this code...
loOutlook = createobject('outlook.application')
USE newvanfox
SCAN
	loEmailItem = loOutlook.CreateItem(0)
	loEmailItem.To = newvanfox.email
	loEmailItem.Subject = "update: July Vancouver FoxPro meeting"
	loEmailItem.Body = FILETOSTR("julymeeting.txt")
	loEmailItem.Send
ENDSCAN
loOutlook = .null.
release loOutlook
Outlook XP (2002) forces me to confirm each email send by clicking a yes button. Does anyone know the setting in Outlook to make it send the email without requiring manual intervention?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform