Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-mail Sem OutLook.
Message
From
18/09/2002 09:18:27
Cleber Ferrari
Capta Tecnologia
Brazil
 
 
To
17/09/2002 14:28:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00701412
Message ID:
00701733
Views:
20
Veja este exemplo :

objEmail = Createobject("CDO.Message")
objEmail.From = Trim(Substr(Sys(0),1,At("#",Sys(0))-1))+"@coloil.com.br"
objEmail.To = "ferrari@coloil.com.br"
objEmail.Subject = "Log de eventos - Arquivo"
objEmail.AddAttachment(var_arquivo)
objEmail.Send
Release objEmail
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform