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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How get the path of an Outlook message from javascript with ActiveX ?

Status
Not open for further replies.

jfuquene

Programmer
Sep 1, 2011
3
0
0
GB
Hi friends,

I want obtain the path of an outlook message for save it into database?

Any ideas?

Thanks.
 
I guess you will need to ellaborate the question: is the script inside a web application? Where is the message? In which format? What info do you have?

Cheers,
Dian
 
Hi Diancecht,

I want obtain the path of outlook file stored into inbox of the client for save it into database in the server side.

I used the activex "Outlook.Application", but i don't know if is possible obtain the path with some method of this control activex.
 
I don't understand: what is an outlook file? are you running a web application? is this related to javascript?

Cheers,
Dian
 
It's an microsoft outlook 2003 e-mails of the client that accessed to application. the application will offer the option to upload e-mails selected by user for save them into database.

Exist an activex named "Outlook.Application", that permit execute several operations with MS Outlook (Do you know this app?). This activex must be specified in an javascript file.

The problem is know the path of the message selected for save them into database in server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top