my problem is- i want to extract all the inforation of an .eml file. this is an outlook file. now i want to read all the info contain in the file like: To, Form, Subject, Text data , Attachments etc.
You can get it through ASP, since ASP is made by Microsoft, and they ship it with a library that understands the format.
But since it is a Microsoft specific format, and MS has no interest in supporting any symbian development (since they want people to use Windows Mobile), I doubt you will find any symbian lib reading it in a simple and convenient way as you probably is used to from your ASP scripting.
You might be able to find information on how to extract only the attachement from the file, from maybe someone who has reversed engineered the format, but you'd probably have to write the parser yourself.
I don't know anything about the eml format, so I can't help you any more then that...
Forum posts: 1246
Or someone else with outlook technical expertice.
Since your question is totally unrelated to symbian, you probably will get very little help here.
Forum posts: 71
through ASP i can get all the detail.
but i need to do it in Symbian.
for that i want to extract this .eml file,
i can find username, password,etc but
the problem is how to get attachment.
if anyone can help pls do.
thanks to all.
Forum posts: 1246
But since it is a Microsoft specific format, and MS has no interest in supporting any symbian development (since they want people to use Windows Mobile), I doubt you will find any symbian lib reading it in a simple and convenient way as you probably is used to from your ASP scripting.
You might be able to find information on how to extract only the attachement from the file, from maybe someone who has reversed engineered the format, but you'd probably have to write the parser yourself.
I don't know anything about the eml format, so I can't help you any more then that...
Forum posts: 71
now i can eaisly get the information but attachment is a problem to me. can u tell me where can i get the algo for extracting the attachment.