
Opening a personal file store (.pst) using VB6.0
You'll probably need to use CDO to get the Senders Address as Outlook
doesn't provide this either. I don't know about DAO but in Outlook or CDO
you have a collection which would represent the Attachments for each item.
--
eScape Systems - developing Outlook Software
http://www.*-*-*.com/
*****************************************************************
Visit our new DOT NET ZONE for all that's hot!
< http://www.*-*-*.com/ >
****************************************************************
Quote:
> Hi guys :
> I had to read a .pst archive using
Visual Basic and transfer the mails
into
> our corporate Oracle Database.
> I successfuly opened the pst using DAO and could also access my mail
folders
> under the 'Personal Folders'
> but the problem arises when i had to access the mail attachments also with
a
> mail. the DAO table collection has a field in it called HAS ATTACHMENTS
> which is a logical field, when this is true, where do i get the
attachments
> from ??
> Another thing is how do i get the EMAIL of the sender, it only has a field
> of senders name but not the Email.
> Any help would be appreciated.
> Thx
> Ravneet
> Software Engineer
> Supportscape Inc.