views:

23

answers:

0

Hello All,
I am developing Outlook addins using Python and I am not able to fetch Message-ID of the selected Mail.
I have googled and read lot but didn’t get any satisfying solutions and I don't want to use any other Property except Message-ID.
My whole Outlook Addin is Based on logic of the MessageID cause I have my own server and I want to dump that mail to my server and use to create contact and documents on my server, in addition to this I have same plugin for Thunderbird so I want both plugins to work the same way. So I want to fetch Message-ID so I can use both plugin without thinking of OS whether it is Windows or Linux.

  • Is their any way I can fetch Message-ID?
  • I am using Python 2.6.5 and pywin32.
  • If it possible in some other programming language than also please do reply on this.