Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'skip:" 60': 0.05; 'nameerror:': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; '170,': 0.16; 'subject:Outlook': 0.16; 'subject:image': 0.16; 'defined': 0.22; 'cc:2**0': 0.23; 'bruce': 0.23; 'raise': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'received:209.85.212': 0.28; "skip:' 10": 0.30; 'file': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'skip:o 20': 0.38; 'from:no real name:2**0': 0.60; 'skip:w 30': 0.61; 'subject:, ': 0.61; 'received:209.85.212.56': 0.91 Newsgroups: comp.lang.python Date: Mon, 23 Jul 2012 14:24:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.162.161.91; posting-account=cxDMTgoAAAD0NMd7UaWriutT-PIoI910 References: <641dab69-9782-4bf3-8a01-34237c4f189a@googlegroups.com> <22e9b14a-d660-4ec9-a67b-0fcdc9ef1463@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 71.162.161.91 MIME-Version: 1.0 Subject: Re: Python and Outlook, sendinf an image in the body of email From: bruceg113355@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343078651 news.xs4all.nl 6964 [2001:888:2000:d::a6]:45816 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25925 These do not work: appt.BodyFormat = olBodyFormat.olFormatHTML ... appt.BodyFormat = olBodyFormat.olFormatHTML NameError: name 'olBodyFormat' is not defined appt.BodyFormat = win32com.client.constants.olFormatHTML ... appt.BodyFormat = win32com.client.constants.olFormatHTML File "C:\Python26\lib\site-packages\win32com\client\__init__.py", line 170, in __getattr__ raise AttributeError(a) AttributeError: olFormatHTML Bruce