Re: [python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-04 Thread Tim Roberts
venu madhav wrote: > > I am using Exchange server and partial code is given below > message = inbox.Messages.Item(11) > objRecip = message.Recipients.Item(1) > typ = objRecip.AddressEntry.Type > print " the type of address " > print typ > > Its output is > **

Re: [python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread venu madhav
On Wed, Dec 3, 2008 at 11:30 PM, Tim Roberts <[EMAIL PROTECTED]> wrote: > venu madhav wrote: > > > > I am trying to use python for extracting contents of an > > outlook email. For extracting the list of Recipients addresses I tried > > using > > the "MAPI.message.Recipients.Address" property

Re: [python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread Tim Roberts
venu madhav wrote: > > I am trying to use python for extracting contents of an > outlook email. For extracting the list of Recipients addresses I tried > using > the "MAPI.message.Recipients.Address" property, but the problem I > am facing is that it is giving the complete DN name which is pu

[python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread venu madhav
Hi all, I am trying to use python for extracting contents of an outlook email. For extracting the list of Recipients addresses I tried using the "MAPI.message.Recipients.Address" property, but the problem I am facing is that it is giving the complete DN name which is putting me in further com