2
votes
2answers
283 views

Sending richText format in email (currently using SPUtility.sendemail)

I have a list field that contains hyperlinks and richtextformat. To send the emai I am using Spweb web = spcontext.current.web; StringDictionary headers = new StringDictionary(); ...
3
votes
2answers
1k views

SPUtility Sending Email with display name

I'm writing a timer job which once complete it sends out an email from noreply@company.com, when it arrives in outlook it shows that address as the from person. Is there a way to get it to display a ...
12
votes
3answers
1k views

Client Object Model equivalent of SPUtility.SendEmail in SharePoint 2010

I am trying to send an email after an action occurs in Silverlight WebPart I am designing. Is there a built-in class in the Client Object Model that can handle this, or will I have to build a ...