" /> How to handle email html coming from Interaction server - Genesys CTI User Forum

Author Topic: How to handle email html coming from Interaction server  (Read 2038 times)

Offline pankaj257

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
How to handle email html coming from Interaction server
« on: November 06, 2014, 08:27:18 AM »
Advertisement
Hi,

We are developing genesys agent desktop (Voice/Email media) using PSDK. We are using WPF control (RichTextbox) to display the email contents to agents but facing some issues when html body contains some embedded images in it. Although we are able to display those embedded images by converting image source to base64 in our application but when agent reply back to those emails, those embedded images are not visible in email clients like outlook/gmail/yahoo.

Is there any specific method to send outbound emails so that embedded images are properly visible in different email clients or should i use any other controls (or some 3rd party tools) to display and edit email contents.

Please let me know if anyone have any valuable inputs.

Thanks

Pankaj

Offline msh

  • Newbie
  • *
  • Posts: 30
  • Karma: 1
Re: How to handle email html coming from Interaction server
« Reply #1 on: November 06, 2014, 10:33:22 AM »
Hi

Several years ago I developed the email part of a agent desktop using .NET/Platform SDK (winforms, not WPF). At the time the only good solution I could find was using a html editor control from telerik. It was expensive but very well working, but I do not remember the exact name of the control.