Exchange Server 2007 - Event Programming
-
Can we write ASP.Net code in the events of "Exchange Server 2007"? For example, if new email message arrives in any email box (ABC@domain.com, XYZ@domain.com, etc.) of Exchange Server 2007 then some kind of event is fired in Exchange Server. If it is possible then please guide me in doing this. Thanks.
-
Can we write ASP.Net code in the events of "Exchange Server 2007"? For example, if new email message arrives in any email box (ABC@domain.com, XYZ@domain.com, etc.) of Exchange Server 2007 then some kind of event is fired in Exchange Server. If it is possible then please guide me in doing this. Thanks.
EXchange Server 2007 having Web Services - EWS ( Exchage Web Service ). Using that you can do that. You can check EWS Article written by Brij, in Code project.
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Can we write ASP.Net code in the events of "Exchange Server 2007"? For example, if new email message arrives in any email box (ABC@domain.com, XYZ@domain.com, etc.) of Exchange Server 2007 then some kind of event is fired in Exchange Server. If it is possible then please guide me in doing this. Thanks.
HI, Kindly, check the below article it might help you http://msdn.microsoft.com/en-us/library/bb409286.aspx[^]
Regards, Jamil Check my latest Article :Silverlight - Html Host Control