the problem is that i want to read data from an email(.eml format) file i coded in vb.how can i do it.
hope sombody will help me
Printable View
the problem is that i want to read data from an email(.eml format) file i coded in vb.how can i do it.
hope sombody will help me
There is no programmatic support for Outlook Express. :( Although, depending
on your method of accessing the email, you could read the eml file as a text
file and get the information that way. It just needs to already be saved in
your file system.
HTH
This is only a theory, but maybe you could reference the Outlook .DLL into VB and access it that way...?
You can reference the Outlook Express dll but it was left exposed my
mistake. When you do this it will always crash your ide. :(