jeudi 15 mai 2014

c# - Connect RichTextBox avec amazon SMTP - Stack Overflow


I'm wondering if I can get some guidance how to link my RadRichTextBox to Amazon SES SMTP.


I'm Currently Using http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-net.html to implement my email commands.


I was hoping it would be something like th is


var provider = new TxtFormatProvider();
var result = provider.Export(radRichTextBox1.Document);
const String BODY = result

But that approach Did not work. If someone can lead me to the right approach please and thank you.



I'm wondering if I can get some guidance how to link my RadRichTextBox to Amazon SES SMTP.


I'm Currently Using http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-net.html to implement my email commands.


I was hoping it would be something like th is


var provider = new TxtFormatProvider();
var result = provider.Export(radRichTextBox1.Document);
const String BODY = result

But that approach Did not work. If someone can lead me to the right approach please and thank you.


0 commentaires:

Enregistrer un commentaire