[python-win32] get embedded images from outlook

2008-01-07 Thread Antony Joseph
Hi , This code can read the content of mails body , html and headers from outlook. in case , it there's an embedded image, Its not getting the image, My code... def GetPropFromStream(mapi_object,prop_id): try: stream = mapi_object.OpenProperty(prop_id,

Re: [python-win32] get embedded images from outlook

2008-01-07 Thread Tim Roberts
Antony Joseph wrote: This code can read the content of mails body , html and headers from outlook. in case , it there's an embedded image, Its not getting the image, ... prop_ids = (PR_BODY_A,MYPR_BODY_HTML_A,PR_TRANSPORT_MESSAGE_HEADERS_A) hr,data=obj.GetProps(prop_ids,0) body =