Re: [python-win32] COM server and function parameters

2008-10-15 Thread ricercar
Hi all, I still have some problems with my server. I have a function that should return three parameters defined as: HRESULT GetInfo([out] BSTR *name, [out] BSTR *version, [out] BSTR *description); If I return a tuple with three string I get an error saying that the number of returned parameter

Re: [python-win32] COM server and function parameters

2008-10-15 Thread Tim Roberts
[EMAIL PROTECTED] wrote: > Hi all, > I still have some problems with my server. > > I have a function that should return three parameters defined as: > > HRESULT GetInfo([out] BSTR *name, [out] BSTR *version, [out] BSTR > *description); > > If I return a tuple with three string I get an error sayi

Re: [python-win32] Problem in accessing the Message body of Outlook Inbox.

2008-10-15 Thread venu madhav
Hi all,As of now I got access to the text of the message. Now if I want to access the sender address and the receiver address of a mail how can I do that? I tried giving message.To and message.From both of which didn't work.. :-(. I tried searching in Google for them but couldn't come out w