SPUtility.SendEmail Method
Include Protected Members
Include Inherited Members
Sends an e-mail message.
Overload List
Name | Description | |
---|---|---|
SendEmail(SPWeb, StringDictionary, String) | Sends an e-mail message. | |
SendEmail(SPWeb, StringDictionary, String, Boolean) | Sends the e-mail message to the specified address. | |
SendEmail(SPWeb, Boolean, Boolean, String, String, String) | Sends an e-mail message. | |
SendEmail(SPWeb, Boolean, Boolean, String, String, String, Boolean) | Sends the e-mail message to the specified address. |
Top