contact list from PST

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 
Y

Yeghia Dolbakyan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top