Re: [python-win32] ByRef params not working with PythonCOM

2008-10-08 Thread Greg Antal
Mark: Thanks for getting back to me.  I'm afraid it still doesn't work.  With the method definition set to     def count(self, entityTYPE=defaultNamedNotOptArg, nSelected=pythoncom.Empty):         return self._ApplyTypes_(20002, 1, (3, 0), ((3, 1), (16387, 2)), 'count', None,entityTYPE        

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

2008-10-08 Thread venu madhav
Hi all, How can I access the body of a mail in Outlook Inbox? I tried various options like message.Body or message.Mesg etc. but didn't work. I could get the subject of the mail using message.Subject though. Any help is appreciated. Thanks in advance, Venu _