locked
Integrate with outlook email using the crm sdk RRS feed

  • 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

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
    Friday, July 24, 2009 6:18 AM
    Moderator
  • 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?

    Regards
    Monday, 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.com
    Wednesday, July 29, 2009 6:35 AM
    Moderator