contact list from PST

  • Thread starter Thread starter Yeghia Dolbakyan
  • Start date Start date
Y

Yeghia Dolbakyan

Hi All

Is there a way to get the contacts stored in Personal Folder (PST file).
My contacts mostly in there and I can't get them through
namespace.AdressList object

Reagrds
Yeghia
 
Is this your default PST file? If so get the default Contacts folder using
NameSpace.GetDefaultFolder(olFolderContacts) and then get its Items
collection, then iterate the Items collection.
 
Ken,
Thank you very much for your help.


Ken Slovak - said:
Is this your default PST file? If so get the default Contacts folder using
NameSpace.GetDefaultFolder(olFolderContacts) and then get its Items
collection, then iterate the Items collection.
 
Back
Top