Re: Accessing Modification Time of an Outlook Mail in Python

2008-11-25 Thread skip
Venu> ... may I know how can I get access to the "modification time" or Venu> the receiving time of an outlook mail in Python... I have no idea off the top of my head, but you might want to browse the SpamBayes Outlook plugin source code for various ways to manipulate Outlook messages.

Re: Accessing Modification Time of an Outlook Mail in Python

2008-11-25 Thread Iain King
On Nov 25, 5:11 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all, >I am writing a small application which reads the contents of an > Outlook Mail using python. I am able to read the contents, subject > along with senders and receivers of a mail using MAPI objects. But may > I kno

Accessing Modification Time of an Outlook Mail in Python

2008-11-24 Thread [EMAIL PROTECTED]
Hi all, I am writing a small application which reads the contents of an Outlook Mail using python. I am able to read the contents, subject along with senders and receivers of a mail using MAPI objects. But may I know how can I get access to the "modification time" or the receiving time of an