Q
Qwert
Hello,
I would like to read the contents ( mail ) of my outlook program. I assume
these messages are kept in the files "Inbox.dbx" and
"microsoft.public.dotnet.languages.vb.dbx".
Is there anyway to do this in VB.NET. Something like:
MyMessageCollection = OpenDBX( "c:\Inbox.dbx")
For Each Item in MyMessageCollection
Item.Sender
Item.Contests.
...
Next
Thanks.
I would like to read the contents ( mail ) of my outlook program. I assume
these messages are kept in the files "Inbox.dbx" and
"microsoft.public.dotnet.languages.vb.dbx".
Is there anyway to do this in VB.NET. Something like:
MyMessageCollection = OpenDBX( "c:\Inbox.dbx")
For Each Item in MyMessageCollection
Item.Sender
Item.Contests.
...
Next
Thanks.