I am trying to generate/send an email containing Rich Text OR HTML at the click of the button.
But how do I do the Rich Text with codes like
Many Thanks!! [sig][/sig]
But how do I do the Rich Text with codes like
Code:
With OlMail
.subject= the subject
.body = What??
with .Recipients.Add ("whaterver@wherever.com")
.Type=olTo
end with
.Send
End With
Many Thanks!! [sig][/sig]