Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/11/2007, 13:29
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 18 años, 10 meses
Puntos: 19
Re: Correo Electronico

Cita:
Set objEmail = CreateObject("CDO.Message")
objEmail.From = "[email protected]"
objEmail.To = "[email protected]"
objEmail.Subject ="el asunto"
objEmail.Textbody = "el cuerpo"
objEmail.AddAttachment "C:\carpeta\fichero.ext"
objEmail.Send
adáptalo a vba/access2k7 ...

salu2