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

Re: Sending messages with a complex body format by Sue

Sue
Tue Oct 05 06:28:26 CDT 2004

You are describing an HTML or RTF message. For HTML, you can set the
HTMLBody to your fully tagged HTML content. Embedded images take a little
more effort; see http://www.outlookcode.com/d/code/htmlimg.htm

For RTF format messages, see http://www.outlookcode.com/d/formatmsg.htm for
various approaches.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Marius - Roma" <marius@mydomain.local> wrote in message
news:eNhFDzqqEHA.1164@TK2MSFTNGP10.phx.gbl...
>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
>