Answered by:
Integrate with outlook email using the crm sdk

Question
-
HI,
we have a requirement where we need to pop-up a new email window when a button is clicked in the asp.net page inside an IFRAME.
Is this possible if so can someone point me to any resources.
THanks.Friday, July 24, 2009 1:52 AM
Answers
-
Hi.
Try to add to your button on CRM following script:
window.location.href = "mailto:";
The source of idea .
Truth is opened the prepared mind My blog - http://a33ik.blogspot.com- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, July 24, 2009 7:05 AM
- Marked as answer by DavidJennawayMVP, Moderator Friday, August 7, 2009 11:19 AM
Friday, July 24, 2009 6:18 AMModerator
All replies
-
Hi.
Try to add to your button on CRM following script:
window.location.href = "mailto:";
The source of idea .
Truth is opened the prepared mind My blog - http://a33ik.blogspot.com- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, July 24, 2009 7:05 AM
- Marked as answer by DavidJennawayMVP, Moderator Friday, August 7, 2009 11:19 AM
Friday, July 24, 2009 6:18 AMModerator -
ok Andriy thanks i will give it a try.Friday, July 24, 2009 7:04 AM
-
Hi,
this worked beautifully, but now if i want to extend this abit further and lets say when the new mail window is poped up i also want to attach a document?? can this be done?
RegardsMonday, July 27, 2009 1:22 AM -
isn't there a way to interact with outlook through the CRM sdk??????
we have the following requirement,
from within an iframe when a button is clicked, pop a new outlook mail window and prepopulate with a template,attachment etc. And also set the regarding field programatically.Wednesday, July 29, 2009 4:28 AM -
Hi.
It seems that nobody dealt with such tasks.
Truth is opened the prepared mind My blog - http://a33ik.blogspot.comWednesday, July 29, 2009 6:35 AMModerator