The sputility tag has no wiki summary.
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 ...
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 ...
2
votes
2answers
279 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();
...
1
vote
1answer
592 views
Not getting the resource of specific variation
Actually this is a double question,
1
I'm trying to get the right variation from the following code:
SPUtility.GetLocalizedString("$Resources:MyDefaultResourceFileName,MyWantedValueKey", ...
1
vote
1answer
227 views
SPUtility.GetPrincipalsInGroup not working with every AD Group
I'm currently having an issue with SPUtility.GetPrincipalsInGroup, I've search here and on Google but I haven't found any explication for this behavior. I use the method to list Users that are part or ...
1
vote
2answers
1k views
Get User Profile from email address
I was using SPUtility.ResolvePrincipal to resolve the email address but it only seems to work if the user is already in the User Information List. Is there any way I can resolve users based on email ...
1
vote
2answers
483 views
Unable to load 'onetnative.dll': The specified module could not be found
This question arises as a result of this question, but I thought I would split it out into its own.
Anything using SPUtility.GetGenericSetupPath() is returning null, e.g.
...
0
votes
1answer
410 views
programmatically get IDs of list from urls
Is it possible to retrieve the ID of a list or library with a url?
For example, http://MyPortal/MySubsite/MyDocuments/Forms/AllItems.aspx
If so, please provide me with some sample code.
Many ...
