path of .pst file

  • Thread starter Thread starter Jyoti Agarwal
  • Start date Start date
J

Jyoti Agarwal

Hello everyone,
I want to develop a stand alone application to send and recieve mails
through MS Outlook.how can i retrieve the path of .pst file from .net
application. actually i am thinking of reading the pst file of MS Outlook.
is it possible?

Thanks in Advance
jyoti
 
Since the path of the pst can be varied by the user, as can its name, ie it
neednt be in the install default path, your app would first have to search
for the pst, then you would have to figure out if it/which was the current
pst.
There are alleged to be third party apps that can read a pst, so presumably
this is possible.
OL will not send any mail unless it is open, and polling.
Perhaps just use the default mail handlers to create the mail and send (to
OL)
 
Back
Top