Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

locate pst file name and path from storeid in outlook

Status
Not open for further replies.

stauffec

Programmer
Dec 3, 2003
2
US
Anyone know in VB how to use the StoreID to find which PST file it is associated with? I want to be able to add a store and then do stuff with it, but I have no way to know which store I added because the AddStore procedure doesn't seem to give me any information about what I have added, such as the StoreID - just that it has been added.
 
I agree, it's a pretty unhelpful method and there's no way to remove a store programmatically.

I guess you'll have to traverse the folder hierarchy to get the StoreID.

Paul Bent
Northwind IT Systems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top