How to create an outlook extention which consumes data from azure -


i'm not sure start looking - need create outlook extension gets data via api azure.

bascially, when client clicks on email, system makes api call see if there additional data sender azure sql database, , populates view in outlook info, if exists.

i'm not sure technologies should using (i've never created outlook extension), tips appreciated.

the below link learn how create outlook 2010\2013 add-in using c#.

http://msdn.microsoft.com/en-us/library/cc668191.aspx

the below links connecting sql azure

http://msdn.microsoft.com/en-us/library/ff951633.aspx http://msdn.microsoft.com/en-us/library/ee336243.aspx

let me know if further needed, happy coding !!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -