Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25918

Re: Python and Outlook, sendinf an image in the body of email

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python@bdurham.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:internal': 0.09; 'from:addr:python': 0.16; 'malcolm': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:srv.osa': 0.16; 'subject:Outlook': 0.16; 'subject:image': 0.16; 'x-mailer:messagingengine.com webmail interface': 0.16; 'to:2**1': 0.23; 'header:In-Reply-To:1': 0.25; 'to:no real name:2**1': 0.32; 'problem': 0.33; 'to:addr:python- list': 0.33; 'subject:: ': 0.38; 'skip:o 20': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'from:no real name:2**0': 0.60; 'subject:, ': 0.61; 'header :Message-Id:1': 0.62
DKIM-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d=bdurham.com; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date:in-reply-to:references; s=mesmtp; bh= /QOcmAN2Yjuvg4DN0m3SFay49R4=; b=CyGikGK0uBgSkvdxMqnAF6npMagXThq9 nt+9BYn4LtpTRCoVgJLCcj4RMhUYDn8RwF24neXCQ01mPo7mxl5SS+06mTpWjgRm 5qqJ32iyFTftCl4qX1VimAzvGW1jOp8jDOAg+rbFMvtMNr/E/FaccCn6EAPMk8d8 JB8BYgqOJGs=
DKIM-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=/QOcmAN2Yjuvg4DN0m3SFay49R4=; b=XoMEn Tf3Ew1qCgFXEI96bqcNfBL76knJin0W3zDCfHRGmLBJtSSoGuUXwGJu9uOIRGiS5 hieSEj3k1ydpDev4Xhqj9EW/D2ifj2DKpyDiLbBBjsIfDF7xOTqAK0rm00rIO1Gy +fTmjcMWa3yrYdpnypSLX6h1KH1pQfuCvBMx2A=
X-Sasl-Enc 8uBhWv2lgrbV0fKFnKN9PHIzv2/+YwojKPSxrmrSJTca 1343074817
From python@bdurham.com
To bruceg113355@gmail.com, python-list@python.org
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Content-Type text/plain
X-Mailer MessagingEngine.com Webmail Interface
Subject Re: Python and Outlook, sendinf an image in the body of email
Date Mon, 23 Jul 2012 16:20:17 -0400
In-Reply-To <22e9b14a-d660-4ec9-a67b-0fcdc9ef1463@googlegroups.com>
References <641dab69-9782-4bf3-8a01-34237c4f189a@googlegroups.com> <22e9b14a-d660-4ec9-a67b-0fcdc9ef1463@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2495.1343074825.4697.python-list@python.org> (permalink)
Lines 7
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343074825 news.xs4all.nl 6891 [2001:888:2000:d::a6]:46160
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25918

Show key headers only | View raw


> Problem is, this line is not understood:
> 
> mail.BodyFormat = OlBodyFormat.olFormatHTML

Try olBodyFormat (lower case 'o')

Malcolm

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 10:19 -0700
  Re: Python and Outlook, sendinf an image in the body of email Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-23 12:11 -0600
  Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 11:33 -0700
    Re: Python and Outlook, sendinf an image in the body of email python@bdurham.com - 2012-07-23 16:20 -0400
    Re: Python and Outlook, sendinf an image in the body of email Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-23 14:32 -0600
      Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 14:24 -0700
      Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 14:24 -0700
        Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 17:42 -0700
        Re: Python and Outlook, sendinf an image in the body of email bruceg113355@gmail.com - 2012-07-23 17:42 -0700
    Re: Python and Outlook, sendinf an image in the body of email Emile van Sebille <emile@fenx.com> - 2012-07-23 14:02 -0700

csiph-web