How to read data info on windows live mail?
-
25. listopadu 2009 23:47Hi
I´ve developed an app the reads the information from windows Mail (windows Vista) using the API,
do you know how can I do this on Windows Live Mail(desktop) ?
Thanks.- Přesunutý Wesley Yao 27. listopadu 2009 4:42 Windows Live development question (From:Visual C++ General)
Všechny reakce
-
29. září 2011 9:31Hi, there are few third party Windows Live Mail APIs available, some APIs work with C# and VB.Net other uses COM. Try to search on the web. Unfortunately Live Team decided to not expose old Outlook Express interfaces. Otherwise if you only need a read only access to emails you can iterate .eml files in C:\Users\[username]\AppData\Local\Microsoft\Windows Live Mail\
-
29. září 2011 15:33
Hi,
It depends on which kind of information you need to access. The easiest method is to use a specific API, for example from http://oeapi.com
However if you simply need to read accounts data it's possible to iterate *.account files in C:\Users\[username]\AppData\Local\Microsoft\Windows Live Mail\. All email messages available in MIME format as .eml files.
Ron.