On Mon, Jul 23, 2012 at 11:19 AM,  <bruceg113...@gmail.com> wrote:
> All,
>
> I am trying to figure out how to send a image in the body of a email when 
> Making a Meeting Request.

You need to use html in the body with an <img> tag that references the
attachment.  See:

http://stackoverflow.com/questions/4312687/how-to-embed-images-in-email

One of the answers there contains an Outlook-specific example, which
is written in C# but should still be translatable to what you are
doing.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to