method: 'CreateMHTMLBody'
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="seuemail@dominio.com"
myMail.To="destinatario@dominio.com"
myMail.CreateMHTMLBody "http://www.imasters.com.br"
myMail.Send
set myMail=nothing
Bom dia, estou criando um email em asp, já procurei no google mas não consegui entender. Alguém poderia me ajudar com este problema?
Obrigado,
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'CreateMHTMLBody'
/protheus/PROJETO_TCU/TESTE_NOVO.ASP, line 58
Discussão (0)
Carregando comentários...