atach en CDONT
Publicado por Gustavo (2 intervenciones) el 17/05/2003 00:12:03
me podrian decir que esta mal de este codigo para mandar un atach
Set myMail2 = CreateObject("CDONTS.NewMail")
myMail2.From = "[email protected]"
myMail2.To = "[email protected]"
myMail2.Subject = "presupuesto"
myMail2.BodyFormat = 0
myMail2.MailFormat = 0
myMail2.Body = "cuerpo"
myMail2.AttachFile("documento.doc")
myMail2.Send
Set myMail2 = Nothing
Set myMail2 = CreateObject("CDONTS.NewMail")
myMail2.From = "[email protected]"
myMail2.To = "[email protected]"
myMail2.Subject = "presupuesto"
myMail2.BodyFormat = 0
myMail2.MailFormat = 0
myMail2.Body = "cuerpo"
myMail2.AttachFile("documento.doc")
myMail2.Send
Set myMail2 = Nothing
Valora esta pregunta


0