Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am doing a project which require me to save the emails as a hyperlink in a db from outlook and push them to some particular people in a group one by one.
and later when the person clicks on the link the email should be opened vi outlook.
can any one help me with this
Posted
Comments
ridoy 19-Jul-13 1:53am    
Help with what? here you declare multiple issues,so where you get stuck?
raghavmony 19-Jul-13 1:55am    
hyperlinking emails to db
midnight_ 19-Jul-13 5:03am    
You cannot link mails directly from outlook to a DB. Outlook stores its mails in a local storage (PST-File) or at the exchange server.
You have to save them, and then paste it to the DB.
ZurdoDev 19-Jul-13 11:57am    
You'll need to use either the web services of Exchange or the Outlook object model.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900