Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oulook y Foxpro
Message
From
22/04/2003 13:23:42
 
 
To
14/04/2003 17:24:06
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00777257
Message ID:
00780228
Views:
14
oMsg = createobject("CDO.Message")
oMsg.To = "destinatario@yahoo.com"
oMsg.From = "remitente@yahoo.com"
oMSg.Subject = "Ejemplo del Sujeto"
oMSg.TextBody = "Ejemplo del Texto a enviar"
oMSg.cc = "copiacarbon@yahoo.com"
oMsg.AddAtachment('c:\autoexec.bat')
oMSg.Send()

Prueba en usar el CDO , para prevenir las alertas del Office 2002.
Quizás sea eso.
Suerte.
Previous
Reply
Map
View

Click here to load this message in the networking platform