Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to ask Microsoft Dynamics CRM development related question. I was requested to develop an application which can respond when Outlook pops up a message. Here is the case:

We send our weekly Quick Campaign from CRM Client in Outlook. But there is always an error that pops up randomly once or twice (that makes the Quick Campaign stops) and need user to click "Yes" or "No" on the pop up (in order to continue the stopped Quick Campaign). This is the error screen capture

alt text

My question is, how should the application recognizes that Outlook encounters the error?

Each email sent from the Quick Campaign is recorded as Activity in CRM. Previously I thought about creating Plug-in which can see the Activty created then give messages when the Activity for current Marketing List is stopped. But still the application must interact with Outlook in order to give input for the pop up error message (so that the Quick Campaign may continue).

Has anyone ever created such application? Or do you have any suggestion? Any opinion are appreciated. Thanks :)

share|improve this question
you might want to change the tag from crm to dynamics-crm (which should get you better results) – Audioillity Sep 8 '09 at 15:40
Where is the Yes/No prompt coming from? Custom code? Or Outlook itself? If it's Outlook, I don't see a solution to what you're being asked to do. – Matt Sep 9 '09 at 22:05
thanks Audioillity. The prompt is coming from Outlook. Why there's no solution? Can't it be done using VSTO combined with CRM SDK? Thanks anyway :) – cyrene Sep 14 '09 at 1:27
Can you post a screen shot of the error? – Chris Jones Sep 14 '09 at 21:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.