Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email through Outlook using CDO in VFP application
Message
De
25/04/2007 02:36:44
Somesh Sahu
Cybage Software Pvt Ltd,
Pune, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Email through Outlook using CDO in VFP application
Divers
Thread ID:
01219651
Message ID:
01219651
Vues:
76
Hi,

I am using CDO in my VFP application for sending mail through Outlook. The below code is working fine to send mail automatically.
	*'Create CDO message object
	objSendMail = CreateObject("CDO.Message")

	* Do the settings
	objSendMail.From = "someshs@cybage.com"
	objSendMail.To = "someshs@cybage.com" && strTo 
	objSendMail.Subject = "Test" && strSubject

         * Send mail
	objSendMail.Send()  
Can anyone please tell me the way to open the mail to edit before sending so that User can modify it (like email ids, subject, body text) and send it manually?

Thanks in advance,
Somesh Sahu
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform