Sending messages with a complex body format

  • Thread starter Thread starter Marius - Roma
  • Start date Start date
M

Marius - Roma

I need to create a message with a quite complex body format (in term of
fonts, pictures, signatures, logos and so on) and sent it using Outlook
Automation.

The samples I found look like the following:

.Body = "This is the body of the message." &vbCrLf & vbCrLf

A possible solution could be creating a message, saving it and then using
Outlook Automation to send a copy just adding the recipient.

Where can I find documentation and/or samples about sending messages with a
complex format?

Regards

Mario
 
Back
Top