SPUtility.SendEmail Method (SPWeb, StringDictionary, String, Boolean)
Sends the e-mail message to the specified address.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static bool SendEmail( SPWeb web, StringDictionary messageHeaders, string messageBody, bool appendFooter )
Parameters
- web
- Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the site.
- messageHeaders
- Type: System.Collections.Specialized.StringDictionary
The name-value pairs for header fields.
- messageBody
- Type: System.String
Contains the body of the e-mail message.
- appendFooter
- Type: System.Boolean
true to append a footer to the e-mail message; otherwise, false.
