Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I'm still extremely new to the development world. However I have been tasked to find a way to create an add-on that links to outlook in the form of a ribbon, and then get data from outlook into my SQL database. I have the add-on up and running and it is displaying where it should. However I have been looking for help on how to get the information from outlook into my database, I have looked at multiple sites but all i seem to find is a way to display the inbox or sub-folder contents in a window.

Is there a way to get information from outlook (like who sent the email, or the body content) to save to my database depending on what button I click in my add-on? For example, see if a contact already exists in my database, based on email (thinking of using Linq to query the data) by clicking view.

I hope this makes sense?
Could really just use a nod in the right direction.

Thanks
Posted
Comments
Maciej Los 6-May-14 6:16am    
Yes, it is.
Is that what you expected?
Star_Rookie 6-May-14 7:09am    
Well yes, it looks perfect. going to try and implement it. Thank you so much for the fast response.
Maciej Los 6-May-14 7:14am    
You're welcome ;)
Do not forget to mark my answer as a solution (green button) - formally, to remove question from unanswered list.
Star_Rookie 6-May-14 8:14am    
haha thanx, first time I'm asking a question on code project =P. again thank you for the help.
Maciej Los 6-May-14 8:15am    
You're very welcome ;)
Call again ;)

1 solution

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